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