|
cpp_boilerplate 0.1.0
C++23 project template with Conan and CMake
|
Public API for the template application. More...
Functions | |
| constexpr auto | split_views (std::string_view record, char delimiter=',') |
| std::vector< std::string_view > | split_views_vec (std::string_view record, char delimiter=',') |
Public API for the template application.
|
nodiscardconstexpr |
|
nodiscard |
Materialize the split fields in a vector.
The returned field views still alias the storage backing record.