unwrap_reference
is a PolymorphicFunctionObject for unwrapping a boost::reference_wrapper<>
.
More...
#include <regex_actions.hpp>
Classes | |
struct | result |
struct | result< This(Ref &)> |
struct | result< This(Ref)> |
Public Member Functions | |
template<typename T > | |
T & | operator() (boost::reference_wrapper< T > r) const |
unwrap_reference
is a PolymorphicFunctionObject for unwrapping a boost::reference_wrapper<>
.
|
inline |