boost::anys::any_cast
// In header: <boost/any/basic_any.hpp> template<typename ValueType, OptimizeForSize, OptimizeForAlignment> (basic_any< operand);
Returns:
Const pointer to a ValueType stored in operand, nullptr if operand does not contain specified ValueType.
operand
ValueType