tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
is_default_constructible.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_TYPE_TRAITS_IS_DEFAULT_CONSTRUCTIBLE_HPP
4#define TETL_TYPE_TRAITS_IS_DEFAULT_CONSTRUCTIBLE_HPP
5
8
9namespace etl {
10
22template <typename T>
24
25template <typename T>
27
28} // namespace etl
29
30#endif // TETL_TYPE_TRAITS_IS_DEFAULT_CONSTRUCTIBLE_HPP
Definition adjacent_find.hpp:8
constexpr bool is_default_constructible_v
Definition is_default_constructible.hpp:26
detail::is_constructible_helper< void_t<>, T, Args... > is_constructible
Definition is_constructible.hpp:21
static constexpr bool value
Definition integral_constant.hpp:10
If etl::is_constructible<T>::value is true, provides the member constant value equal to true,...
Definition is_default_constructible.hpp:23