Typedef nlohmann::detail::detected_or_t

Typedef Documentation

template<class Default, template<class...> class Op, class ...Args>
using nlohmann::detail::detected_or_t = typename detected_or<Default, Op, Args...>::type