Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
Tokeniser.hpp File Reference
#include <algorithm>
#include <array>
#include <string_view>
Include dependency graph for Tokeniser.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  toolbox::util::Tokeniser
 

Namespaces

namespace  toolbox
 
namespace  toolbox::util
 

Typedefs

using toolbox::util::sv = std::string_view
 
template<std::size_t N>
using toolbox::util::Row = std::array< std::string_view, N >
 

Functions

template<typename FnT >
constexpr std::size_t toolbox::util::parse_line (std::string_view buf, FnT fn)
 
template<std::size_t N>
constexpr void toolbox::util::split (std::string_view line, std::string_view delims, Row< N > &row) noexcept