Typedef nlohmann::detail::parser_callback_t

Typedef Documentation

template<typename BasicJsonType>
using nlohmann::detail::parser_callback_t = std::function<bool(int depth, parse_event_t event, BasicJsonType &parsed)>