| 3168 | #else |
| 3169 | friend |
| 3170 | inline |
| 3171 | std::size_t |
| 3172 | hash_value( value const& jv ) noexcept |
| 3173 | #endif |
| 3174 | { |
| 3175 | return detail::hash_value_impl(jv); |
| 3176 | } |
| 3177 | |
| 3178 | private: |
| 3179 | static |
nothing calls this directly
no outgoing calls
no test coverage detected