| 20719 | std::is_pointer<PointerType>::value&& |
| 20720 | std::is_const<typename std::remove_pointer<PointerType>::type>::value, int >::type = 0 > |
| 20721 | constexpr auto get_ptr() const noexcept -> decltype(std::declval<const basic_json_t&>().get_impl_ptr(std::declval<PointerType>())) |
| 20722 | { |
| 20723 | // delegate the call to get_impl_ptr<>() const |
| 20724 | return get_impl_ptr(static_cast<PointerType>(nullptr)); |
| 20725 | } |
| 20726 | |
| 20727 | private: |
| 20728 | /*! |