|
using | value_type = T |
|
using | reference = T & |
|
using | const_reference = T const & |
|
using | rvalue_reference = T && |
|
|
| unique_resource (rvalue_reference obj) |
|
| unique_resource (unique_resource &&src) |
|
unique_resource & | operator= (unique_resource &&src) |
|
unique_resource & | operator= (rvalue_reference obj) |
|
bool | empty () const |
|
| operator bool () const |
|
const_reference | get () const |
|
reference | get () |
|
void | reset (rvalue_reference obj) |
|
void | reset () |
|
The documentation for this class was generated from the following file:
- library/foundation/public/potato/foundation/unique_resource.h