flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
nlohmann::json_abi_v3_11_3::detail2 Namespace Reference

Classes

struct  begin_tag
 
struct  end_tag
 
struct  would_call_std_begin
 
struct  would_call_std_end
 

Typedefs

template<typename... T>
using result_of_begin = decltype(begin(std::declval< T >()...))
 
template<typename... T>
using result_of_end = decltype(end(std::declval< T >()...))
 

Functions

template<typename... T>
begin_tag begin (T &&...)
 
template<typename... T>
end_tag end (T &&...)
 

Typedef Documentation

◆ result_of_begin

template<typename... T>
using nlohmann::json_abi_v3_11_3::detail2::result_of_begin = typedef decltype( begin (std::declval<T>()...))

Definition at line 3331 of file json.hpp.

◆ result_of_end

template<typename... T>
using nlohmann::json_abi_v3_11_3::detail2::result_of_end = typedef decltype( end (std::declval<T>()...))

Definition at line 3351 of file json.hpp.

Function Documentation

◆ begin()

template<typename... T>
begin_tag nlohmann::json_abi_v3_11_3::detail2::begin ( T &&  ...)

◆ end()

template<typename... T>
end_tag nlohmann::json_abi_v3_11_3::detail2::end ( T &&  ...)