Home
last modified time | relevance | path

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

/third_party/boost/libs/poly_collection/test/
Dany_types.hpp49 struct convertible_to_int struct
63 convertible_to_int<>
88 return boost::type_erasure::call(convertible_to_int<>{},x); in operator ()()
/third_party/boost/boost/type_traits/
Dis_empty.hpp80 template <typename T, bool is_a_class, bool convertible_to_int>
/third_party/boost/libs/hana/test/
Dfunctional.cpp479 struct convertible_to_int { operator int() const { return 1; } }; in main() argument
483 hana::overload(f)(convertible_to_int{}), in main()
488 hana::overload(static_cast<ct_eq<0>(*)(int)>(f))(convertible_to_int{}), in main()