|
SeqAn3 3.4.1-rc.1
The Modern C++ library for sequence analysis.
|
Whether a type std::is_default_constructible in constexpr-context (unary_type_trait specialisation).
More...
#include <seqan3/utility/type_traits/basic.hpp>
Inheritance diagram for seqan3::is_constexpr_default_constructible< t >:Related Symbols | |
(Note that these are not member symbols.) | |
| 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). | |
Whether a type std::is_default_constructible in constexpr-context (unary_type_trait specialisation).
| t | The type to operate on. |
|
related |
Whether a type std::is_default_constructible in constexpr-context (unary_type_trait shortcut).
| t | The type to operate on. |