JSON Voorhees
Killer JSON for C++
jsonv::detail::basic_owner< T > Class Template Reference

Something that owns an object. More...

#include <jsonv/detail/basic_view.hpp>

Public Member Functions

 basic_owner (T &&x)
 

Protected Attributes

_value
 

Detailed Description

template<typename T>
class jsonv::detail::basic_owner< T >

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.


The documentation for this class was generated from the following file: