ATLAS Offline Software
Loading...
Searching...
No Matches
StringUtilsTemplates.h File Reference
#include <string>
#include <string_view>
#include <vector>
#include <concepts>
#include <CxxUtils/StringUtils.h>
#include <stdexcept>
Include dependency graph for StringUtilsTemplates.h:
This graph shows which files directly or indirectly include this file:

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)