|
myproject 0.0.0
%%description%%
|
#include <memory>#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | myproject |
Typedefs | |
| template<typename T > | |
| using | myproject::Scope = std::unique_ptr<T> |
| template<typename T > | |
| using | myproject::Ref = std::shared_ptr<T> |
Functions | |
| template<typename T , typename... Args> | |
| constexpr Scope< T > | myproject::CreateScope (Args &&... args) |
| template<typename T , typename... Args> | |
| constexpr Ref< T > | myproject::CreateRef (Args &&... args) |