#include <algorithm>
#include <typeinfo>
#include <ostream>
Go to the source code of this file.
Classes | |
class | boost::any |
class | boost::any::any::placeholder |
class | boost::any::any::holder< ValueType > |
class | boost::bad_any_cast |
Namespaces | |
namespace | boost |
Functions | |
template<typename ValueType > | |
ValueType * | boost::any_cast (any *operand) |
template<typename ValueType > | |
const ValueType * | boost::any_cast (const any *operand) |
template<typename ValueType > | |
ValueType | boost::any_cast (const any &operand) |