Horizon
Loading...
Searching...
No Matches
ranges::cpp20::greater_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::greater_equal::const
Initial value:
{
return !less{}((T &&) t, (U &&) u)
Definition comparisons.hpp:50

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