Home
last modified time | relevance | path

Searched defs:number_of_floats (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/hana/example/tutorial/
Dmpl_cheatsheet.cpp29 using number_of_floats = mpl::fold< typedef
44 BOOST_HANA_CONSTEXPR_LAMBDA auto number_of_floats = hana::fold_left( variable
Dappendix_mpl.cpp523 using number_of_floats = fold<types, int_<0>, in main() typedef
/third_party/boost/libs/hana/example/ext/boost/mpl/list/
Dfoldable.cpp22 auto number_of_floats = hana::fold_left(types, hana::int_c<0>, [](auto count, auto t) { in __anonde4406980102() variable
/third_party/boost/libs/hana/example/ext/boost/mpl/vector/
Dfoldable.cpp22 auto number_of_floats = hana::fold_left(types, hana::int_c<0>, [](auto count, auto t) { in __anon709eb0af0102() variable
/third_party/boost/libs/mpl/test/
Dfold.cpp39 >::type number_of_floats; in MPL_TEST_CASE() typedef