xrootd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
std::less<::nlohmann::detail::value_t > Struct Template Reference

#include <XrdOucJson.hh>

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

template<>
struct std::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

Member Function Documentation

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

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


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