SeqAn3 3.4.0
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
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/utility/type_traits/basic.hpp>

Inheritance diagram for seqan3::is_constexpr_default_constructible< t >:

(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).

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
tThe type to operate on.

◆ is_constexpr_default_constructible_v

template<typename t>
template<typename t>
bool is_constexpr_default_constructible_v = is_constexpr_default_constructible<t>::value
related

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

Template Parameters
tThe type to operate on.

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