|
Cppgres
Build Postgres extensions in C++
|
Public Member Functions | |
| template<typename... Args> | |
| maybe_ref (Args &&...args) | |
| maybe_ref (const T &value) | |
| maybe_ref (T &ref) | |
| operator T& () | |
| operator const T & () const | |
| T * | operator-> () |
| const T * | operator-> () const |
| bool | is_ref () const |