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

between.hpp File Reference
#include "decl.hpp"

Go to the source code of this file.

Classes

struct  eagine::valid_if_btwn_policy< T, C, Min, Max >
 Policy for values valid if between Min and Max. More...
 

Namespaces

 eagine
 Common code is placed in this namespace.
 

Typedefs

template<typename T , typename C , C Min, C Max>
using eagine::valid_if_between_c = valid_if< T, valid_if_btwn_policy< T, C, Min, Max > >
 Specialization of valid_if, for values valid if between Min and Max.
 
template<typename T , T Min, T Max>
using eagine::valid_if_between = valid_if_between_c< T, T, Min, Max >
 Specialization of valid_if, for values valid if between Min and Max. More...
 

Detailed Description

Copyright Matus Chochlik. Distributed under the Boost Software License, Version 1.0. See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt


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