Whether a type std::is_default_constructible in constexpr-context.
More...
#include <seqan3/core/type_traits/basic.hpp>
Inheritance diagram for seqan3::is_constexpr_default_constructible< t >:Related Functions | |
(Note that these are not member functions.) | |
| template<typename t > | |
| constexpr bool | is_constexpr_default_constructible_v = is_constexpr_default_constructible<t>::value |
Whether a type std::is_default_constructible in constexpr-context (unary_type_trait shortcut). More... | |
Whether a type std::is_default_constructible in constexpr-context.
| t | The type to operate on. |