Home
last modified time | relevance | path

Searched defs:void_t (Results 1 – 19 of 19) sorted by relevance

/third_party/boost/libs/optional/test/
Doptional_test_path_assignment.cpp21 struct void_t struct
34 struct trait<T, BOOST_DEDUCED_TYPENAME void_t<BOOST_DEDUCED_TYPENAME T::value_type, argument
/third_party/boost/boost/container/detail/
Dmpl.hpp82 struct void_t { typedef void type; }; struct
/third_party/boost/libs/hana/include/boost/hana/detail/
Dvoid_t.hpp18 using void_t = void; typedef
/third_party/boost/boost/hana/detail/
Dvoid_t.hpp18 using void_t = void; typedef
/third_party/boost/libs/hana/test/optional/
Dnested_type.cpp17 using void_t = void; typedef
/third_party/json/include/nlohmann/detail/meta/
Dvoid_t.hpp11 template<typename ...Ts> using void_t = typename make_void<Ts...>::type; typedef
/third_party/boost/boost/type_traits/
Dmake_void.hpp25 using void_t = typename make_void<Ts...>::type; typedef
/third_party/boost/libs/hana/example/optional/
Dsfinae_friendly_metafunctions.cpp18 using void_t = void; typedef
/third_party/skia/modules/skunicode/src/
DSkUnicode_icu_builtin.cpp14 template<typename...> using void_t = void; typedef
/third_party/boost/libs/beast/include/boost/beast/core/detail/
Dtype_traits.hpp57 using void_t = boost::void_t<Ts...>; typedef
/third_party/boost/boost/beast/core/detail/
Dtype_traits.hpp57 using void_t = boost::void_t<Ts...>; typedef
/third_party/boost/boost/stl_interfaces/
Dfwd.hpp42 using void_t = void; typedef
Diterator_interface.hpp121 using void_t = void; typedef
/third_party/boost/boost/outcome/
Dtrait.hpp78 template <class...> using void_t = void; typedef
/third_party/boost/boost/yap/
Dalgorithm_fwd.hpp103 using void_t = void; typedef
/third_party/skia/src/pdf/
DSkPDFSubsetFont.cpp48 template<typename...> using void_t = void; typedef
/third_party/boost/boost/mp11/
Dutility.hpp65 template<class...> using void_t = void; typedef
/third_party/boost/boost/static_string/
Dstatic_string.hpp112 using void_t = typename void_t_helper<Ts...>::type; typedef
/third_party/json/single_include/nlohmann/
Djson.hpp2754 template<typename ...Ts> using void_t = typename make_void<Ts...>::type; typedef