nlohmann::detail::detector< Default, void_t< Op< Args... > >, Op, Args... > Struct Template Reference

#include <json.hpp>

Public Types

using type = Op< Args... >
 
using value_t = std::true_type
 

Member Typedef Documentation

◆ type

template<class Default , template< class... > class Op, class... Args>
using nlohmann::detail::detector< Default, void_t< Op< Args... > >, Op, Args... >::type = Op<Args...>

◆ value_t

template<class Default , template< class... > class Op, class... Args>
using nlohmann::detail::detector< Default, void_t< Op< Args... > >, Op, Args... >::value_t = std::true_type

The documentation for this struct was generated from the following file: