![]() |
Toolbox snapshot
The Reactive C++ Toolbox
|
#include <algorithm>#include <array>#include <string_view>

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 |