XTL  0.1
eXtended Template Library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
memory.hpp File Reference

memory related methods More...

+ Include dependency graph for memory.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 xtd
 The main namespace of the XTL library.
 

Functions

template<typename _Ty , typename _ParamT >
static std::unique_ptr< _Ty > xtd::make_unique (_ParamT &&src)
 
template<typename _Ty , typename _ParamT >
static std::unique_ptr< _Ty > xtd::make_unique (const _ParamT &src)
 
static size_t xtd::memory::page_size ()
 

Detailed Description

memory related methods

Definition in file memory.hpp.