25#ifndef DFTFE_STRINGOPERATIONS_H
26#define DFTFE_STRINGOPERATIONS_H
64 std::vector<std::string>
65 split(
const std::string &inpStr,
66 std::string delimiter =
" ",
67 bool skipAdjacentDelimiters =
true,
68 bool skipLeadTrailWhiteSpace =
true);
Definition StringOperations.h:32
bool strToInt(const std::string s, int &i)
bool strToDouble(const std::string s, double &x)
std::string trimCopy(const std::string &s)
std::vector< std::string > split(const std::string &inpStr, std::string delimiter=" ", bool skipAdjacentDelimiters=true, bool skipLeadTrailWhiteSpace=true)
void trim(std::string &s)
Definition pseudoPotentialToDftfeConverter.cc:34