Home
last modified time | relevance | path

Searched defs:types3 (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/mpl/test/
Dpop_front.cpp24 typedef list<char,int,long>::type types3; in MPL_TEST_CASE() typedef
/third_party/boost/libs/hana/example/tutorial/
Dappendix_mpl.cpp438 using types3 = vector<char,int,long>; in main() typedef
448 using types3 = vector<long,int,char>; in main() typedef
467 using types3 = vector<char,int,long>; in main() typedef
/third_party/boost/libs/fusion/test/functional/
Dunfused_typed.cpp30 typedef fusion::vector<long &,int,char> types3; typedef