Template Struct less< ::nlohmann::detail::value_t >

Struct Documentation

template<>
struct less<::nlohmann::detail::value_t>

specialization for std::less<value_t>

Note

: do not remove the space after ‘<’, see https://github.com/nlohmann/json/pull/679

Public Functions

inline bool operator()(nlohmann::detail::value_t lhs, nlohmann::detail::value_t rhs) const noexcept

compare two value_t enum values

Since

version 3.0.0

inline bool operator()(nlohmann::detail::value_t lhs, nlohmann::detail::value_t rhs) const noexcept

compare two value_t enum values

Since

version 3.0.0