SeqAn3  3.0.2
The Modern C++ library for sequence analysis.
seqan3::is_constexpr_default_constructible< t > Struct Template Reference

Whether a type std::is_default_constructible in constexpr-context (unary_type_trait specialisation). More...

#include <seqan3/core/type_traits/basic.hpp>

+ Inheritance diagram for seqan3::is_constexpr_default_constructible< t >:

Detailed Description

template<typename t>
struct seqan3::is_constexpr_default_constructible< t >

Whether a type std::is_default_constructible in constexpr-context (unary_type_trait specialisation).

Template Parameters
tA type that std::is_default_constructible.
See also
seqan3::is_constexpr_default_constructible

The documentation for this struct was generated from the following file: