![]() |
Home | Libraries | People | FAQ | More |
boost::any_cast
// In header: <boost/any.hpp> template<typename ValueType> ValueType any_cast(const any & operand);
Returns: |
|
Throws: |
boost::bad_any_cast if operand does not contain specified ValueType . |