DryChem 1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
Loading...
Searching...
No Matches
tokenizer.hpp File Reference
#include <algorithm>
#include <forward_list>
#include <iterator>
#include <optional>
#include <string>
#include <type_traits>
#include <vector>
#include "common-utils/meta/traits/containerTraits.hpp"
#include "common-utils/strings/utils/lexicalCast.hpp"
#include "common-utils/strings/utils/stringUtils.hpp"

Go to the source code of this file.

Classes

struct  CppUtils::Strings::details::has_mapped_type< typename, typename >
 
struct  CppUtils::Strings::details::has_mapped_type< T, std::void_t< typename T::mapped_type > >
 
class  CppUtils::Strings::Tokenizer< CharTraits >
 

Namespaces

namespace  CppUtils
 
namespace  CppUtils::Strings
 
namespace  CppUtils::Strings::details
 

Functions

template<typename CharTraits, typename... TArgs>
 CppUtils::Strings::Tokenizer (const std::basic_string< char, CharTraits > &, TArgs...) -> Tokenizer< CharTraits >