Home
last modified time | relevance | path

Searched defs:types2 (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/mpl/test/
Dpop_front.cpp23 typedef list<int,long>::type types2; in MPL_TEST_CASE() typedef
/third_party/boost/libs/hana/example/tutorial/
Dappendix_mpl.cpp437 using types2 = vector<int,long>; in main() typedef
447 using types2 = vector<long,int>; in main() typedef
466 using types2 = vector<int,long>; in main() typedef