Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
Loading...
Searching...
No Matches
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>()...))

◆ result_of_end

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

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