ChaiScript
Classes | Public Member Functions | List of all members
chaiscript::detail::Any Class Reference

Public Member Functions

 Any (Any &&) noexcept=default
 
Anyoperator= (Any &&t_any)=default
 
 Any (const Any &t_any)
 
template<typename ValueType , typename = std::enable_if_t<!std::is_same_v<Any, std::decay_t<ValueType>>>>
 Any (ValueType &&t_value)
 
Anyoperator= (const Any &t_any)
 
template<typename ToType >
ToType & cast () const
 
Anyswap (Any &t_other)
 
bool empty () const noexcept
 
const std::type_info & type () const noexcept
 

The documentation for this class was generated from the following file: