Public Member Functions | |
std::unique_ptr< ObjInterface > | Clone () const final |
template<typename... Args> | |
Obj (in_place_t, Args &&...args) | |
const void * | ObjTypeId () const noexceptfinal |
const std::type_info & | Type () const noexceptfinal |
Public Member Functions inherited from absl::any::ObjInterface | |
virtual | ~ObjInterface ()=default |
Public Attributes | |
T | value |
|
inlineexplicit |
|
inlinefinalvirtual |
Implements absl::any::ObjInterface.
|
inlinefinalvirtualnoexcept |
Implements absl::any::ObjInterface.
|
inlinefinalvirtualnoexcept |
Implements absl::any::ObjInterface.
T absl::any::Obj< T >::value |