|
EventAnalysis
1.2.2
|
Go to the source code of this file.
Namespaces | |
| EA | |
| IncludeFileExc.h IncludeFileExc class declaration. | |
| EA::StringUtils | |
| A namespace with some utility methods for strings. | |
Functions | |
| template<typename Container > | |
| std::enable_if_t<!(EA::is_pointer< typename Container::value_type >::value), std::string > | EA::StringUtils::FindSimilar (const std::string &str, const Container &cont) |
| Find a similar string inside a container. More... | |
| template<typename Container > | |
| std::enable_if_t< EA::is_pointer< typename Container::value_type >::value, std::string > | EA::StringUtils::FindSimilar (const std::string &str, const Container &cont) |
| Find a similar string inside a container. More... | |
Implementation of utility template functions for string manipulation.
1.8.13