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... | |
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