![]() |
QMCPACK
|
Go to the source code of this file.
Namespaces | |
qmcplusplus | |
helper functions for EinsplineSetBuilder | |
qmcplusplus::modernstrutil | |
prevent clash with string_utils.h | |
Functions | |
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... | |
std::string | lowerCase (const std::string_view s) |
++17 More... | |
template<typename T > | |
T | string2Real (const std::string_view svalue) |
alternate to string2real calls c++ string to real conversion based on T's precision template<typename T> More... | |
template<typename T > | |
T | string2Int (const std::string_view svalue) |
alternate to string2real calls c++ string to real conversion based on T's precision template<typename T> More... | |