3.4.0
UniquePtr.h File Reference
#include <memory>

Namespaces

 tigl
 The CTiglShapeCache class acts as a storage for all kinds of intermediate shape results in order to improve speed of reoccurent calculations.
 

Typedefs

template<typename T >
using tigl::unique_ptr = std::unique_ptr< T >
 

Functions

template<typename T , typename... Args>
auto tigl::make_unique (Args &&... args) -> std::unique_ptr< T >