![]() |
Home | Libraries | People | FAQ | More |
boost::xpressive::op::unwrap_reference — unwrap_reference
is a PolymorphicFunctionObject for unwrapping a boost::reference_wrapper<>
.
// In header: <boost/xpressive/regex_actions.hpp> struct unwrap_reference { // member classes/structs/unions template<typename Sig> struct result { }; template<typename This, typename Ref> struct result<> { // types typedef ; }; template<typename This, typename Ref> struct result<> { // types typedef ; }; // public member functions template<typename T> () ; };