JSON for Modern C++
3.7.3
|
◆ get_ptr() [1/2]
template<typename PointerType , typename std::enable_if< std::is_pointer< PointerType >::value and std::is_const< typename std::remove_pointer< PointerType >::type >::value, int >::type = 0>
get a pointer value (implicit) Implicit pointer access to the internally stored JSON value. No copies are made.
|