![]() |
Home | Libraries | People | FAQ | More |
boost::xpressive::local
template<typename T> struct local { // types typedef proto::terminal< reference_wrapper< T > >::type base_type; // construct/copy/destruct local(); local(T const &); // public member functions T & get() ; T const & get() const; };