6#ifndef METALL_JSON_STRING_HPP
7#define METALL_JSON_STRING_HPP
15template <
typename char_t,
typename traits,
typename allocator,
16 typename other_string_type>
19 const other_string_type &other_string)
noexcept {
20 return std::strcmp(
string.c_str(), other_string.c_str()) == 0;