ゴミ箱
|
#include <fields.hpp>
Public Member Functions | |
template<class String > | |
bool | operator() (String const &lhs, value_type const &rhs) const noexcept |
Returns true if lhs is less than rhs using a strict ordering. More... | |
template<class String > | |
bool | operator() (value_type const &lhs, String const &rhs) const noexcept |
Returns true if lhs is less than rhs using a strict ordering. More... | |
bool | operator() (value_type const &lhs, value_type const &rhs) const noexcept |
Returns true if lhs is less than rhs using a strict ordering. More... | |
Public Member Functions inherited from boost::beast::iless | |
bool | operator() (string_view lhs, string_view rhs) const |
A strictly less predicate for comparing keys, using a case-insensitive comparison.
The case-comparison operation is defined only for low-ASCII characters.
|
inlinenoexcept |
Returns true
if lhs is less than rhs using a strict ordering.
|
inlinenoexcept |
Returns true
if lhs is less than rhs using a strict ordering.
|
inlinenoexcept |
Returns true
if lhs is less than rhs using a strict ordering.