JSON for Modern C++
3.7.3
|
◆ get() [6/6]
template<typename PointerType , typename std::enable_if< std::is_pointer< PointerType >::value, int >::type = 0>
Explicit pointer access to the internally stored JSON value. No copies are made.
|