Crossfire Server, Trunk
std::less<::nlohmann::detail::value_t > Struct Reference

#include <json.hpp>

+ Collaboration diagram for std::less<::nlohmann::detail::value_t >:

Public Member Functions

bool operator() (nlohmann::detail::value_t lhs, nlohmann::detail::value_t rhs) const noexcept
 compare two value_t enum values More...
 

Detailed Description

specialization for std::less<value_t>

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

Definition at line 26352 of file json.hpp.

Member Function Documentation

◆ operator()()

bool std::less<::nlohmann::detail::value_t >::operator() ( nlohmann::detail::value_t  lhs,
nlohmann::detail::value_t  rhs 
) const
inlinenoexcept

compare two value_t enum values

Since
version 3.0.0

Definition at line 26358 of file json.hpp.

References nlohmann::detail::operator<().

+ Here is the call graph for this function:

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