tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
declval.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_TYPE_TRAITS_DECLVAL_HPP
4#define TETL_TYPE_TRAITS_DECLVAL_HPP
5
7
8namespace etl {
9
10template <typename T>
11auto declval() noexcept -> add_rvalue_reference_t<T>;
12
13} // namespace etl
14
15#endif // TETL_TYPE_TRAITS_DECLVAL_HPP
Definition adjacent_find.hpp:8
auto declval() noexcept -> add_rvalue_reference_t< T >