25#ifndef DFTFE_STRINGOPERATIONS_H
26#define DFTFE_STRINGOPERATIONS_H
65 std::vector<std::string>
66 split(
const std::string &inpStr,
67 std::string delimiter =
" ",
68 bool skipAdjacentDelimiters =
true,
69 bool skipLeadTrailWhiteSpace =
true);
Definition StringOperations.h:33
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)
bool strToInt(const std::string s, dftfe::Int &i)
Definition pseudoPotentialToDftfeConverter.cc:34
std::int32_t Int
Definition TypeConfig.h:11