tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
semiregular.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_CONCEPTS_SEMIREGULAR_HPP
4#define TETL_CONCEPTS_SEMIREGULAR_HPP
5
8
9namespace etl {
10
12template <typename T>
14
15} // namespace etl
16
17#endif // TETL_CONCEPTS_SEMIREGULAR_HPP
Definition copyable.hpp:14
The default_initializable concept checks whether variables of type T can be value-initialized (T() is...
Definition default_initializable.hpp:20
Definition semiregular.hpp:13
Definition adjacent_find.hpp:8