tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
is_implicit_default_constructible.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_TYPE_TRAITS_IS_IMPLICIT_DEFAULT_CONSTRUCTIBLE_HPP
4#define TETL_TYPE_TRAITS_IS_IMPLICIT_DEFAULT_CONSTRUCTIBLE_HPP
5
8
9namespace etl {
10
11template <typename T>
13
14template <typename T, typename = void, typename = typename etl::is_default_constructible<T>::type>
16
17template <typename T>
20
21template <typename T>
24
25template <typename T>
27
28} // namespace etl
29
30#endif // TETL_TYPE_TRAITS_IS_IMPLICIT_DEFAULT_CONSTRUCTIBLE_HPP
Definition adjacent_find.hpp:8
void test_implicit_default_constructible(T)
constexpr auto is_implicit_default_constructible_v
Definition is_implicit_default_constructible.hpp:26
bool_constant< true > true_type
Definition bool_constant.hpp:13
bool_constant< false > false_type
Definition bool_constant.hpp:14
static constexpr bool value
Definition integral_constant.hpp:10
Definition is_implicit_default_constructible.hpp:15