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// SPDX-FileCopyrightText: Copyright (C) 2019 Tobias Hienzsch
3
4#ifndef TETL_TYPE_TRAITS_ALWAYS_FALSE_HPP
5#define TETL_TYPE_TRAITS_ALWAYS_FALSE_HPP
6
7namespace etl {
8
9/// \ingroup type_traits
10template <typename... T>
11constexpr bool always_false = false;
12
13} // namespace etl
14
15#endif // TETL_TYPE_TRAITS_ALWAYS_FALSE_HPP
constexpr bool always_false
Definition always_false.hpp:11
Definition adjacent_find.hpp:9