JSON for Modern C++  3.7.3

◆ accept() [2/2]

template<class IteratorType , typename std::enable_if< std::is_base_of< std::random_access_iterator_tag, typename std::iterator_traits< IteratorType >::iterator_category >::value, int >::type = 0>
static bool nlohmann::basic_json::accept ( IteratorType  first,
IteratorType  last 
)
inlinestatic

Definition at line 20900 of file json.hpp.