RetroArch
|
#include <vulkan.hpp>
Public Member Functions | |
Optional (RefType &reference) | |
Optional (RefType *ptr) | |
Optional (std::nullptr_t) | |
operator RefType * () const | |
RefType const * | operator-> () const |
operator bool () const | |
Private Attributes | |
RefType * | m_ptr |
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
private |