Typedef nlohmann::detail::is_detected

Typedef Documentation

template<template<class...> class Op, class ...Args>
using nlohmann::detail::is_detected = typename detector<nonesuch, void, Op, Args...>::value_t