|
barretenberg
|
Public Member Functions | |
| value_ptr (const T &value) | |
| value_ptr (const value_ptr &other) | |
| value_ptr & | operator= (const value_ptr &other) |
| value_ptr (value_ptr &&other)=default | |
| value_ptr & | operator= (value_ptr &&other)=default |
| T & | operator* () |
| const T & | operator* () const |
| T *const | operator-> () |
| const T *const | operator-> () const |
| const T *const | get () const |
| operator bool () const | |
Friends | |
| template<typename U > | |
| bool | operator== (const value_ptr< U > &, const value_ptr< U > &) |