JSON for Modern C++
3.7.3
|
◆ get_ref() [1/2]
template<typename ReferenceType , typename std::enable_if< std::is_reference< ReferenceType >::value, int >::type = 0>
Implicit reference access to the internally stored JSON value. No copies are made.
|