SIRIUS 7.5.0
Electronic structure library and applications
Classes | Public Types | Static Public Member Functions | List of all members
detail::is_ordered_map< T > Struct Template Reference

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 detail::is_ordered_map< T >

Definition at line 3964 of file nlohmann_json.hpp.

Member Typedef Documentation

◆ one

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

Definition at line 3966 of file nlohmann_json.hpp.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum

Definition at line 3976 of file nlohmann_json.hpp.


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