tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
referenceable.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_CONCEPTS_REFERENCEABLE_HPP
4#define TETL_CONCEPTS_REFERENCEABLE_HPP
5
7
8namespace etl {
9
13template <typename T>
15
16} // namespace etl
17
18#endif // TETL_CONCEPTS_REFERENCEABLE_HPP
Definition referenceable.hpp:14
Definition adjacent_find.hpp:8
constexpr bool is_void_v
Definition is_void.hpp:16