OGLplus  (0.59.0) a C++ wrapper for rendering APIs

eagine::valid_if_lt_size_ge0_policy< T, C > Struct Template Reference

Policy for values valid if >= 0 and < container.size(). More...

#include <eagine/valid_if/lt_size_ge0.hpp>

Public Member Functions

auto operator() (T x, const C &c) const
 Indicates value validity, true if 0 <= x < c.size().
 
auto operator() (T x, const C &c, T o) const
 Indicates value validity, true if 0 <= x < c.size() - o.
 

Detailed Description

template<typename T, typename C>
struct eagine::valid_if_lt_size_ge0_policy< T, C >

Policy for values valid if >= 0 and < container.size().


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

Copyright © 2015-2021 Matúš Chochlík.
<chochlik -at -gmail.com>
Documentation generated on Tue Apr 13 2021 by Doxygen (version 1.8.17).