Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/detail/meta/
Dtype_traits.hpp92 using get_template_function = decltype(std::declval<T>().template get<U>()); typedef
105 … static constexpr bool value = is_detected<get_template_function, const BasicJsonType&, T>::value;
/third_party/json/include/nlohmann/
Djson.hpp3411 … detail::is_detected_lazy<detail::get_template_function, const basic_json_t&, ValueType>
/third_party/json/single_include/nlohmann/
Djson.hpp3501 using get_template_function = decltype(std::declval<T>().template get<U>()); typedef
3514 … static constexpr bool value = is_detected<get_template_function, const BasicJsonType&, T>::value;
20812 … detail::is_detected_lazy<detail::get_template_function, const basic_json_t&, ValueType>