YSTest
PreAlpha_b400_20130424
The YSLib Test Project
|
取内建指针。 更多...
函数 | |
template<typename _type > | |
_type * | ystdex::raw (_type *const &p) ynoexcept |
template<typename _type > | |
auto | ystdex::raw (const std::unique_ptr< _type > &p) ynoexcept-> decltype(p.get()) |
template<typename _type > | |
_type * | ystdex::raw (const std::shared_ptr< _type > &p) ynoexcept |
template<typename _type > | |
_type * | ystdex::raw (const std::weak_ptr< _type > &p) ynoexcept |
取内建指针。
|
inline |
在文件 memory.hpp 第 67 行定义.
参考自 HandleToReference() , 以及 YSLib::Shells::Shell::IsActive().
|
inline |
在文件 memory.hpp 第 72 行定义.
|
inline |
在文件 memory.hpp 第 78 行定义.
|
inline |
在文件 memory.hpp 第 83 行定义.