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

int_constant.hpp File Reference
#include "identifier_t.hpp"
#include <type_traits>

Go to the source code of this file.

Namespaces

 eagine
 Common code is placed in this namespace.
 

Typedefs

template<bool B>
using eagine::bool_constant = std::integral_constant< bool, B >
 Alias for boolean constant type.
 
template<int I>
using eagine::int_constant = std::integral_constant< int, I >
 Alias for signed int constant type.
 
template<unsigned U>
using eagine::unsigned_constant = std::integral_constant< unsigned, U >
 Alias for unsigned int constant type.
 
template<std::size_t S>
using eagine::size_constant = std::integral_constant< std::size_t, S >
 Alias for size_t constant type.
 
template<identifier_t Id>
using eagine::id_constant = std::integral_constant< identifier_t, Id >
 Alias for identifier_t constant type. 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).