Home
last modified time | relevance | path

Searched defs:is_default_constructible (Results 1 - 3 of 3) sorted by relevance

/third_party/json/include/nlohmann/detail/meta/
H A Dtype_traits.hpp202 struct is_default_constructible : std::is_default_constructible<T> {}; struct
205 struct is_default_constructible<std::pair<T1, T2>> struct
209 struct is_default_constructible<const std::pair<T1, T2>> struct
213 struct is_default_constructible<st struct
217 struct is_default_constructible<const std::tuple<Ts...>> global() struct
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dconformance_profile.h613 static constexpr bool is_default_constructible = // NOLINT member
/third_party/json/single_include/nlohmann/
H A Djson.hpp3598 struct is_default_constructible : std::is_default_constructible<T> {}; struct
3601 struct is_default_constructible<std::pair<T1, T2>> struct
3605 struct is_default_constructible<const std::pair<T1, T2>> struct
3609 struct is_default_constructible<st struct
3613 struct is_default_constructible<const std::tuple<Ts...>> global() struct
[all...]

Completed in 11 milliseconds