#include <json.hpp>
|
| enum | { value = sizeof(test<T>(nullptr)) == sizeof(char)
} |
| |
| using | one = char |
| |
|
| template<typename C > |
| static one | test (decltype(&C::capacity)) |
| |
| template<typename C > |
| static two | test (...) |
| |
template<typename T>
struct detail::is_ordered_map< T >
Definition at line 4160 of file json.hpp.
◆ one
◆ anonymous enum
◆ test() [1/2]
template<typename T >
template<typename C >
◆ test() [2/2]
template<typename T >
template<typename C >
| static one test |
( |
decltype &::capacity |
| ) |
|
|
static |
The documentation for this struct was generated from the following file: