![]() |
QMCPACK
|
prevent clash with string_utils.h More...
Functions | |
std::vector< std::string_view > | split (const string_view s, const string_view delimiters) |
std::string_view | strip (const string_view s) |
std::vector< std::string_view > | split (const std::string_view s, const std::string_view delimiters) |
return string_view tokens More... | |
std::string_view | strip (const std::string_view s) |
remove white space from each beginning and end of string_view More... | |
prevent clash with string_utils.h
std::vector<std::string_view> qmcplusplus::modernstrutil::split | ( | const string_view | s, |
const string_view | delimiters | ||
) |
Definition at line 32 of file ModernStringUtils.cpp.
References qmcplusplus::Units::time::s.
Referenced by AnotherInput::getTokens(), qmcplusplus::parseGridInput(), ReferencePointsInput::readRefPointsXML(), CustomTestInput::setFromStreamCustom(), and qmcplusplus::TEST_CASE().
std::vector<std::string_view> qmcplusplus::modernstrutil::split | ( | const std::string_view | s, |
const std::string_view | delimiters | ||
) |
return string_view tokens
std::string_view qmcplusplus::modernstrutil::strip | ( | const std::string_view | s | ) |
remove white space from each beginning and end of string_view
std::string_view qmcplusplus::modernstrutil::strip | ( | const string_view | s | ) |
Definition at line 52 of file ModernStringUtils.cpp.
References qmcplusplus::Units::time::s.
Referenced by ReferencePointsInput::readRefPointsXML(), and qmcplusplus::TEST_CASE().