This header defines the make_smart_ptr template function. More...
Include dependency graph for make_smart_ptr.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes |
|
struct | smart_ptr_factory< T, P > |
struct | smart_ptr_factory< T, std::shared_ptr< T > > |
struct | smart_ptr_factory< T, std::unique_ptr< T > > |
Functions |
|
template<typename SmartPtr , typename... Args> | |
SmartPtr | make_smart_ptr (Args &&...args) |
Detailed Description
This header defines the make_smart_ptr template function.
Definition in file make_smart_ptr.h.
Function Documentation
template<typename SmartPtr , typename... Args>
|
inline |
Definition at line 50 of file make_smart_ptr.h.
Copyright © 2006-2012 Savarese Software Research Corporation. All rights reserved.
Copyright © 2017 Savarese Software Research Corporation. All rights reserved