#include <json.h>
| Public Types | |
| using | iterator_type = IteratorType | 
| using | char_type = typename std::iterator_traits< iterator_type >::value_type | 
| using | adapter_type = iterator_input_adapter< iterator_type > | 
| Static Public Member Functions | |
| static adapter_type | create (IteratorType first, IteratorType last) | 
| using nlohmann::detail::iterator_input_adapter_factory< IteratorType, Enable >::adapter_type = iterator_input_adapter<iterator_type> | 
| using nlohmann::detail::iterator_input_adapter_factory< IteratorType, Enable >::char_type = typename std::iterator_traits<iterator_type>::value_type | 
| using nlohmann::detail::iterator_input_adapter_factory< IteratorType, Enable >::iterator_type = IteratorType | 
| 
 | inlinestatic | 
Definition at line 5056 of file json.h.
References nlohmann::detail::last.