hpp-util 6.0.0
Debugging tools for the HPP project.
Loading...
Searching...
No Matches
string.hh File Reference
#include <algorithm>
#include <cstring>
#include <hpp/util/config.hh>
#include <iterator>
#include <string>
#include <vector>
Include dependency graph for string.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  hpp
 
namespace  hpp::util
 

Functions

template<typename InputIt , typename Predicate >
bool hpp::util::string_split (InputIt first, InputIt last, const char &c, Predicate p)
 
template<typename InputIt , typename Predicate >
bool hpp::util::string_split (InputIt first, InputIt last, const char *c, Predicate p)
 
template<typename InputIt >
std::vector< std::string > hpp::util::string_split (InputIt first, InputIt last, const char &c)
 
template<typename InputIt >
std::vector< std::string > hpp::util::string_split (InputIt first, InputIt last, const char *c)
 
bool hpp::util::iequal (const std::string &a, const std::string &b)