Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
nlohmann::detail::detector< Default, void_t< Op< Args... > >, Op, Args... > Struct Template Reference

#include <json.hpp>

Public Types

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

Detailed Description

template<class Default, template< class... > class Op, class... Args>
struct nlohmann::detail::detector< Default, void_t< Op< Args... > >, Op, Args... >

Definition at line 3317 of file json.hpp.

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...>

Definition at line 3320 of file json.hpp.

◆ 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

Definition at line 3319 of file json.hpp.


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