4#ifndef TETL_TYPE_TRAITS_BOOL_CONSTANT_HPP
5#define TETL_TYPE_TRAITS_BOOL_CONSTANT_HPP
7#include <etl/_type_traits/integral_constant.hpp>
16using true_type = bool_constant<
true>;
19using false_type = bool_constant<
false>;
Definition adjacent_find.hpp:9
Definition integral_constant.hpp:11