| 20518 | std::is_pointer<PointerType>::value&& |
| 20519 | std::is_const<typename std::remove_pointer<PointerType>::type>::value, int >::type = 0 > |
| 20520 | constexpr auto get_ptr() const noexcept -> decltype(std::declval<const basic_json_t&>().get_impl_ptr(std::declval<PointerType>())) |
| 20521 | { |
| 20522 | // delegate the call to get_impl_ptr<>() const |
| 20523 | return get_impl_ptr(static_cast<PointerType>(nullptr)); |
| 20524 | } |
| 20525 | |
| 20526 | private: |
| 20527 | /*! |