[ Web Proxy ]
URL:
Viewing: https://ru.cppreference.com/cpp/utility/functional/less_equal_void [Back]  [Original]

std::less_equal<void> cppreference.com
cppreference.com

std::less_equal<void>

cppreference.com
 
C++
(C++20)
(C++20)
(C++11)
(C++20)
/
(C++11)
(C++11)
(C++11)
(C++17)
 
 
(C++20)(C++23)
(C++11)
(C++17)(C++23)
(C++20)
(C++11)(C++11)
(C++14)
(C++14)
(C++14)
(C++14)  
(C++14)
(C++14)
(C++14)
(C++14)
(C++14)
(C++14)
(C++14)
(C++14)
(C++14)

( C++17*)
( C++17*)
( C++17*)( C++17*)( C++17*)( C++17*)
( C++20*)
( C++20*)
( C++17*)( C++17*)
( C++17*)( C++17*)

( C++17*)
( C++20*)
( C++20*)
 
<tbody> </tbody>
template<> class less_equal<void>;
( C++14)

std::less_equal<> std::less_equal .

, <= , <= .

, , , (<=>, ( C++20)<, >, <= >=), :

( C++20)

is_transparent /* */

-

, lhs rhs
(public -)

std::less_equal<>::operator()

<tbody> </tbody>
template< class T, class U> constexpr auto operator()( T&& lhs, U&& rhs ) const -> decltype(std::forward<T>(lhs) <= std::forward<U>(rhs));

std::forward<T>(lhs) <= std::forward<U>(rhs).

lhs, rhs

std::forward<T>(lhs) <= std::forward<U>(rhs).

, , .

, .

is_transparent , : , , rvalue. , , std::set::find std::set::lower_bound , Compare.


Web Proxy Viewer  |  New URL  |  Original Page