![]() |
Home | Libraries | People | FAQ | More |
boost::proto::mem_ptr
// In header: <boost/proto/traits.hpp> template<typename T, typename U> struct mem_ptr : proto::transform< { // types typedef proto::expr< proto::tag::mem_ptr, proto::list2< ; typedef proto::basic_expr< proto::tag::mem_ptr, proto::list2< ; // member classes/structs/unions template<typename Expr, typename State, typename Data> struct impl : proto::pass_through<mem_ptr>::template impl<Expr, State, Data> { }; };