Shaka Player Embedded
|
#include <exception_or.h>
Public Member Functions | |
ExceptionOr () | |
![]() | |
variant () | |
variant (U &&value) | |
variant (const variant &other) | |
variant (variant &&other) | |
~variant () | |
variant & | operator= (const variant &other) |
variant & | operator= (variant &&other) |
size_t | index () const |
T & | emplace (Args &&... args) |
variant_alternative_t< I, variant > & | emplace (Args &&... args) |
Definition at line 41 of file exception_or.h.
|
inline |
Definition at line 43 of file exception_or.h.