|
| template<typename InputIt , typename Predicate > |
| bool | string_split (InputIt first, InputIt last, const char &c, Predicate p) |
| |
| template<typename InputIt , typename Predicate > |
| bool | string_split (InputIt first, InputIt last, const char *c, Predicate p) |
| |
| template<typename InputIt > |
| std::vector< std::string > | string_split (InputIt first, InputIt last, const char &c) |
| |
| template<typename InputIt > |
| std::vector< std::string > | string_split (InputIt first, InputIt last, const char *c) |
| |
| bool | iequal (const std::string &a, const std::string &b) |
| |
| HPP_UTIL_DLLAPI int | checkVersion (const char *header_version) |
| |