|
| template<typename C, size_t N> |
| bool | c4::operator== (const char(&arr)[N], basic_substring< C > const that) noexcept |
| template<typename C, size_t N> |
| bool | c4::operator!= (const char(&arr)[N], basic_substring< C > const that) noexcept |
| template<typename C, size_t N> |
| bool | c4::operator< (const char(&arr)[N], basic_substring< C > const that) noexcept |
| template<typename C, size_t N> |
| bool | c4::operator> (const char(&arr)[N], basic_substring< C > const that) noexcept |
| template<typename C, size_t N> |
| bool | c4::operator<= (const char(&arr)[N], basic_substring< C > const that) noexcept |
| template<typename C, size_t N> |
| bool | c4::operator>= (const char(&arr)[N], basic_substring< C > const that) noexcept |