Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
Dpush_front_impl.hpp28 struct has_push_front_arg {}; struct
42 ( boost::is_same< T, has_push_front_arg >::value )
54 : aux::has_type< push_front< Seq, has_push_front_arg > >
58 typedef aux::has_type< push_front< Seq, has_push_front_arg > > type;
60 (aux::has_type< push_front< Seq, has_push_front_arg > >::value)