const_expr_string icon indicating copy to clipboard operation
const_expr_string copied to clipboard

An entirely const_expr string class in C++. Similar to string_view, most useful for compile-time constants

Results 2 const_expr_string issues
Sort by recently updated
recently updated
newest added

std::reverse_iterator isn't constexpr, and making a constexpr iterator seems impossible, so I couldn't figure out how to get these. If anyone figures out the secret, please submit!