|
constexpr CPP_member CPP_ctor() | basic_mixin (T &&t)(noexcept(std::is_nothrow_move_constructible< T >::value) requires move_constructible< T >) |
|
constexpr CPP_member CPP_ctor() | basic_mixin (T const &t)(noexcept(std::is_nothrow_copy_constructible< T >::value) requires copy_constructible< T >) |
|
The documentation for this struct was generated from the following file: