3#ifndef TETL_TYPE_TRAITS_IS_IMPLICIT_DEFAULT_CONSTRUCTIBLE_HPP
4#define TETL_TYPE_TRAITS_IS_IMPLICIT_DEFAULT_CONSTRUCTIBLE_HPP
14template <typename T, typename = void, typename = typename etl::is_default_constructible<T>::type>
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