EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
std::less<::nlohmann::detail::value_t > Struct Template Reference

#include <acts/blob/sPHENIX/thirdparty/nlohmann_json/single_include/nlohmann/json.hpp>

Public Member Functions

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

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

Definition at line 22995 of file json.hpp.

View newest version in sPHENIX GitHub at line 22995 of file json.hpp

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

Definition at line 23001 of file json.hpp.

View newest version in sPHENIX GitHub at line 23001 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: