tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
bool_constant.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_TYPE_TRAITS_BOOL_CONSTANT_HPP
4#define TETL_TYPE_TRAITS_BOOL_CONSTANT_HPP
5
7
8namespace etl {
9
10template <bool B>
12
15
16} // namespace etl
17
18#endif // TETL_TYPE_TRAITS_BOOL_CONSTANT_HPP
Definition adjacent_find.hpp:8
bool_constant< true > true_type
Definition bool_constant.hpp:13
integral_constant< bool, B > bool_constant
Definition bool_constant.hpp:11
bool_constant< false > false_type
Definition bool_constant.hpp:14
Definition integral_constant.hpp:9