The utility
Namespace Reference
Utility functions for the µTest++ testing framework. More...
Definition
namespace micro_os_plus::micro_test_plus::utility
Functions Index
bool | is_match (std::string_view input, std::string_view pattern) |
Check if a string matches a pattern. More... | |
auto | split (T input, Delim_T delim) -> std::vector< T > |
Split a string into a vector of sub-strings. More... | |
Description
Utility functions for the µTest++ testing framework.
The micro_os_plus::micro_test_plus::utility
namespace provides a suite of helper functions designed to support advanced string operations and other common tasks within the µTest++ framework.
These utilities include functions for pattern matching—such as verifying whether a string matches a specified pattern—and for splitting strings into sub-strings based on delimiters. The implementations are efficient and suitable for both embedded and general C++ projects.
By encapsulating these helper functions within a dedicated namespace, the framework maintains clear code organisation and minimises naming conflicts.
Generated via docusaurus-plugin-doxygen by Doxygen 1.14.0.