Home
last modified time | relevance | path

Searched defs:base_template (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/hana/test/core/
Dwhen.cpp13 struct base_template<T, hana::when_valid<typename T::first_type>> { }; struct
16 struct base_template<T, hana::when_valid<typename T::second_type>> { }; struct
21 template struct base_template<First>; variable
22 template struct base_template<Second>; variable
/third_party/boost/libs/hana/example/detail/
Dwrong.cpp10 struct base_template { struct
20 struct base_template<int, int> { struct
/third_party/boost/libs/hana/example/core/
Dwhen_valid.cpp15 struct base_template<T, hana::when_valid<typename T::value_type>> { struct
Dwhen.cpp15 struct base_template<T, hana::when<std::is_integral<T>::value>> { struct