#include <value_ref.hpp>
Public Member Functions | |
| template<typename T > | |
| value_ref (T &v) | |
| value_ref (const value_ref &) | |
| value_ref (value_ref &&) | |
| operator value_cref () const | |
| value_cref | operator[] (const std::string &field) const |
| value_ref | operator[] (const std::string &field) |
| template<typename T > | |
| value_ref & | operator= (const T &r) |
Friends | |
| class | value |
value ref has reference semantics, therefore it may only be assigned to reference types at construction
Definition at line 11 of file value_ref.hpp.
1.8.0