From 1c2b3d3e3740c25df4df0a87c3a74506dc49b78c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 16 Jan 2018 23:54:06 +0100 Subject: Add terse unique pointer type alias --- ingen/types.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ingen') diff --git a/ingen/types.hpp b/ingen/types.hpp index b0d73194..90823b70 100644 --- a/ingen/types.hpp +++ b/ingen/types.hpp @@ -23,6 +23,9 @@ namespace Ingen { +template +using UPtr = std::unique_ptr; + template using SPtr = std::shared_ptr; -- cgit v1.2.1