39 constexpr_default_initializable<std::remove_cvref_t<t>>,
62template <
typename... t>
Provides concepts for core language types and relations that don't have concepts in C++20 (yet).
constexpr bool always_false
A trait that is always false. Can be used for static_assert(false). DO NOT SPECIALISE!
Definition: basic.hpp:63
constexpr bool decays_to_ignore_v
Return whether the input type with const, volatile and references removed is std::ignore's type....
Definition: basic.hpp:55