![]() |
ATLAS Offline Software
|
#include <string>#include <string_view>#include <vector>#include <concepts>#include <CxxUtils/StringUtils.h>#include <stdexcept>Go to the source code of this file.
Namespaces | |
| namespace | CxxUtils |
Concepts | |
| concept | CxxUtils::Numeric |
Functions | |
| template<Numeric dType, bool silenceEmpty = true> | |
| void | CxxUtils::convertToNumber (std::string_view str, dType &number) |
| template<typename T = std::string, typename X = std::string_view> | |
| std::vector< T > | CxxUtils::tokenize (std::string_view str, X delimiters) |