Will someone like this?
if constexpr (auto [ok,a,b] = "^([a-z]+) ([0-9]+)$"_pre("hi 42"); ok) {
}
#cpp #constexpr #custom_string_literal
0
0
0
0
Will someone like this?
if constexpr (auto [ok,a,b] = "^([a-z]+) ([0-9]+)$"_pre("hi 42"); ok) {
}
#cpp #constexpr #custom_string_literal