Home
last modified time | relevance | path

Searched defs:is_iterator_of_multibyte (Results 1 – 2 of 2) sorted by relevance

/third_party/json/include/nlohmann/detail/input/
Dinput_adapters.hpp342 struct is_iterator_of_multibyte struct
344 using value_type = typename std::iterator_traits<T>::value_type;
346 {
/third_party/json/single_include/nlohmann/
Djson.hpp5063 struct is_iterator_of_multibyte struct
5065 using value_type = typename std::iterator_traits<T>::value_type;
5067 {