LeviLamina
Loading...
Searching...
No Matches
brstd::function_ref_base::storage Union Reference

Public Member Functions

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
 

Public Attributes

void * p_ = nullptr
 
void const * cp_
 
void(* fp_ )()
 

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