Typedef detail::is_json_pointer

Typedef Documentation

template<typename T>
using detail::is_json_pointer = is_specialization_of<::nlohmann::json_pointer, uncvref_t<T>>