![]() |
Home | Libraries | People | FAQ | More |
boost::xpressive::op::as — as<>
is a PolymorphicFunctionObject for lexically casting a parameter to a different type.
// In header: <boost/xpressive/xpressive_fwd.hpp> template<typename T> struct as { // public member functions template<typename Value> T operator()(Value const &) const; };