|
template<class T >
requires std::is_object_v<T> |
constexpr | storage (T *p) noexcept |
|
template<class T >
requires std::is_object_v<T> |
constexpr | storage (T const *p) noexcept |
|
template<class T >
requires std::is_function_v<T> |
constexpr | storage (T *p) noexcept |
|
|
void * | p_ = nullptr |
|
void const * | cp_ |
|
void(* | fp_ )() |
|
The documentation for this union was generated from the following file: