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