| 7651 | template<typename R> |
| 7652 | #endif |
| 7653 | constexpr auto string(R && str) noexcept |
| 7654 | { |
| 7655 | return parser_interface{string_parser(str)}; |
| 7656 | } |
| 7657 | |
| 7658 | template<typename Quotes, typename Escapes, typename CharParser> |
| 7659 | struct quoted_string_parser |
no test coverage detected