Home
last modified time | relevance | path

Searched refs:tuple_field (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/mpl/example/
Dinherit_multiply.cpp24 struct tuple_field struct
26 typedef tuple_field type; // note the typedef argument
32 T& field(tuple_field<T>& t) in field() argument
39 , mpl::inherit< _1, tuple_field<_2> >
/third_party/boost/libs/mpl/doc/src/refmanual/
Dinherit_linearly.rst94 template< typename T > struct tuple_field
101 T& field(tuple_field<T>& t)
108 , inherit< _1, tuple_field<_2> >