Searched refs:is_json_pointer (Results 1 – 1 of 1) sorted by relevance
3791 using is_json_pointer = is_specialization_of<::nlohmann::json_pointer, uncvref_t<T>>; typedef3816 && !is_json_pointer<KeyType>::value,21115 !detail::is_json_pointer<KeyType>::value, int > = 0 >