JSON Voorhees
Killer JSON for C++
|
Something that owns an object. More...
#include <jsonv/detail/basic_view.hpp>
Public Member Functions | |
basic_owner (T &&x) | |
Protected Attributes | |
T | _value |
Something that owns an object.
Used in basic_owning_view to move the value somewhere fixed before getting the itertors and constructing the base.
Definition at line 76 of file basic_view.hpp.