tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
always_false.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_TYPE_TRAITS_ALWAYS_FALSE_HPP
4#define TETL_TYPE_TRAITS_ALWAYS_FALSE_HPP
5
6namespace etl {
7
8template <typename... T>
9constexpr bool always_false = false;
10
11} // namespace etl
12
13#endif // TETL_TYPE_TRAITS_ALWAYS_FALSE_HPP
Definition adjacent_find.hpp:8
constexpr bool always_false
Definition always_false.hpp:9