|
Foundation
|
Range predicate that checks if a value is contained within a given range. More...
#include <Container.hpp>
Public Member Functions | |
| ContainedBy (Range const &range) | |
| constexpr bool | operator() (auto &&value) const |
Public Attributes | |
| Range const & | range |
Range predicate that checks if a value is contained within a given range.
|
inline |
|
inlineconstexpr |