flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
nlohmann::json_abi_v3_11_3::detail::detector< Default, void_t< Op< Args... > >, Op, Args... > Struct Template Reference

#include <json.hpp>

Collaboration diagram for nlohmann::json_abi_v3_11_3::detail::detector< Default, void_t< Op< Args... > >, Op, Args... >:
Collaboration graph

Public Types

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

Detailed Description

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

Definition at line 287 of file json.hpp.

Member Typedef Documentation

◆ type

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

Definition at line 290 of file json.hpp.

◆ value_t

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

Definition at line 289 of file json.hpp.


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