Home
last modified time | relevance | path

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

/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp6230 struct iterator_input_adapter_factory struct
6232 using iterator_type = IteratorType;
6233 using char_type = typename std::iterator_traits<iterator_type>::value_type;
6234 using adapter_type = iterator_input_adapter<iterator_type>;
6236 static adapter_type create(IteratorType first, IteratorType last) in create()
6253 struct iterator_input_adapter_factory<IteratorType, enable_if_t<is_iterator_of_multibyte<IteratorTy… struct
6255 using iterator_type = IteratorType;
6256 using char_type = typename std::iterator_traits<iterator_type>::value_type;
6257 using base_adapter_type = iterator_input_adapter<iterator_type>;
6258 using adapter_type = wide_string_input_adapter<base_adapter_type, char_type>;
[all …]