libstdc++: std::less_equal< void > Struct Reference (original) (raw)

#include <[stl_function.h](a00437%5Fsource.html)>

Public Member Functions
template<typename _Tp , typename _Up >
constexpr auto operator() (_Tp &&__t, _Up &&__u) const noexcept(noexcept(std::forward< _Tp >(__t)<=std::forward< _Up >(__u))) -> decltype(std::forward< _Tp >(__t)<=std::forward< _Up >(__u))
template<typename _Tp , typename _Up >
constexpr bool operator() (_Tp *__t, _Up *__u) const noexcept

One of the comparison functors.

Definition at line 706 of file stl_function.h.

is_transparent

operator()() [1/2]

template<typename _Tp , typename _Up >

operator()() [2/2]

template<typename _Tp , typename _Up >

constexpr bool std::less_equal< void >::operator() ( _Tp * __t, _Up * __u ) const inlineconstexprnoexcept

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