Foundation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Foundation::Bits::Ranges::ContainedBy< Range > Struct Template Reference

Range predicate that checks if a value is contained within a given range. More...

#include <Ranges.hpp>

Public Member Functions

 ContainedBy (Range const &range)
 
constexpr bool operator() (auto &&value) const
 

Public Attributes

Range constrange
 

Detailed Description

template<typename Range>
struct Foundation::Bits::Ranges::ContainedBy< Range >

Range predicate that checks if a value is contained within a given range.

Constructor & Destructor Documentation

◆ ContainedBy()

template<typename Range >
Foundation::Bits::Ranges::ContainedBy< Range >::ContainedBy ( Range const range)
inline

Member Function Documentation

◆ operator()()

template<typename Range >
constexpr bool Foundation::Bits::Ranges::ContainedBy< Range >::operator() ( auto &&  value) const
inlineconstexpr

Member Data Documentation

◆ range


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