Instrument Neutral Distributed Interface INDI  2.0.2
Classes | Public Types | Static Public Member Functions | List of all members
nlohmann::detail::is_ordered_map< T > Struct Template Reference

#include <json.h>

Classes

struct  two
 

Public Types

enum  { value = sizeof(test<T>(nullptr)) == sizeof(char) }
 
using one = char
 

Static Public Member Functions

template<typename C >
static one test (decltype(&C::capacity))
 
template<typename C >
static two test (...)
 

Detailed Description

template<typename T>
struct nlohmann::detail::is_ordered_map< T >

Definition at line 3750 of file json.h.

Member Typedef Documentation

◆ one

template<typename T >
using nlohmann::detail::is_ordered_map< T >::one = char

Definition at line 3752 of file json.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
value 

Definition at line 3762 of file json.h.

Member Function Documentation

◆ test() [1/2]

template<typename T >
template<typename C >
static two nlohmann::detail::is_ordered_map< T >::test (   ...)
static

◆ test() [2/2]

template<typename T >
template<typename C >
static one nlohmann::detail::is_ordered_map< T >::test ( decltype &::capacity  )
static

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