libtmx
0.4.0
an C++11 library for reading TMX files
|
An adaptor to get raw pointer from a unique pointer. More...
#include <tmx/Adaptor.h>
Public Member Functions | |
template<typename T > | |
const T * | operator() (const std::unique_ptr< T > &p) const |
Get the raw pointer from a unique pointer. More... | |
An adaptor to get raw pointer from a unique pointer.
|
inline |
Get the raw pointer from a unique pointer.
p | the unique pointer |