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