std::ranges::less(3cxx) | std::ranges::less(3cxx) |
NAME¶
std::ranges::less - ranges::less function object type.
SYNOPSIS¶
#include <functional>
Public Types¶
using is_transparent = __is_transparent
Public Member Functions¶
template<typename _Tp , typename _Up >
requires totally_ordered_with<_Tp, _Up>constexpr bool operator()
(_Tp &&__t, _Up &&__u) const
noexcept(noexcept(std::declval< _Tp >()<
std::declval< _Up >()))"
Detailed Description¶
ranges::less function object type.
Definition at line 112 of file functional.
Member Typedef Documentation¶
using std::ranges::less::is_transparent = __is_transparent¶
Definition at line 135 of file functional.
Member Function Documentation¶
template<typename _Tp , typename _Up > ¶
requires totally_ordered_with<_Tp, _Up>constexpr bool std::ranges::less::operator() (_Tp && __t, _Up && __u) const [inline], [constexpr], [noexcept]"
Definition at line 117 of file functional.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Sun Jan 8 2023 | libstdc++ |