Searched refs:get_template_function (Results 1 – 3 of 3) sorted by relevance
92 using get_template_function = decltype(std::declval<T>().template get<U>()); typedef105 … static constexpr bool value = is_detected<get_template_function, const BasicJsonType&, T>::value;
3411 … detail::is_detected_lazy<detail::get_template_function, const basic_json_t&, ValueType>
3501 using get_template_function = decltype(std::declval<T>().template get<U>()); typedef3514 … 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>