Horizon
Public Types | Public Member Functions | Public Attributes | List of all members
ranges::less_equal Struct Reference

Public Types

using is_transparent = void
 

Public Member Functions

 template (typename T, typename U)() const expr bool operator()(T &&t
 

Public Attributes

U &&u const
 

Member Data Documentation

◆ const

U&& u ranges::less_equal::const
Initial value:
{
return !less{}((U &&) u, (T &&) t)
bool_<(T::type::value< U::type::value)> less
A Boolean integral constant wrapper around true if T::type::value is less than U::type::value; false,...
Definition: meta.hpp:255

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