|
YSTest
PreAlpha_b500_20140530
The YSLib Test Project
|
值类型动态泛型持有者。 更多...
#include <any.h>


Public 类型 | |
| using | value_type = _type |
Public 成员函数 | |
| value_holder (const _type &value) | |
| value_holder (_type &&value) | |
| 转移构造。 更多... | |
| value_holder * | clone () const override |
| void * | get () const override |
| const std::type_info & | type () const override |
Public 成员函数 继承自 ystdex::any_ops::holder | |
| virtual | ~holder () |
Public 成员函数 继承自 ystdex::cloneable | |
| virtual | ~cloneable () |
Protected 属性 | |
| _type | held |
值类型动态泛型持有者。
| using ystdex::any_ops::value_holder< _type >::value_type = _type |
|
inline |
|
inline |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
mutableprotected |