|
Shaka Player Embedded
|
#include <variant.h>
Public Member Functions | |
| union_ () | |
| ~union_ () | |
| union_ (const union_ &)=delete | |
| union_ & | operator= (const union_ &)=delete |
| union_ (union_ &&)=delete | |
| union_ & | operator= (union_ &&)=delete |
| void | copy (const union_ &other, size_t i) |
| void | move (union_ &&other, size_t i) |
| template<size_t I> | |
| const T & | get () const |
| template<size_t I> | |
| T & | get () |
| template<size_t I, typename... U> | |
| void | emplace (U &&... args) |
| void | reset (size_t i) |
| bool | equals (const union_ &other, size_t i) const |
|
inline |
|
inline |
|
delete |
|
delete |
|
inline |
|
inline |
|
inline |
|
inline |
|
delete |
|
delete |
|
inline |
| uint8_t shaka::impl::union_< T >::dummy_ |
| T shaka::impl::union_< T >::value_ |
1.8.13