Counts bytes for columns, lines end after LineWidth bytes.
More...
#include <input_location.hpp>
|
template<typename Reader > |
constexpr void | match_column (Reader &reader) |
|
template<typename Reader > |
constexpr bool | try_match_newline (Reader &reader) |
|
template<std::size_t LineWidth = 16>
class lexy::byte_location_counting< LineWidth >
Counts bytes for columns, lines end after LineWidth bytes.
Definition at line 79 of file input_location.hpp.
◆ match_column()
template<std::size_t LineWidth = 16>
template<typename Reader >
◆ try_match_newline()
template<std::size_t LineWidth = 16>
template<typename Reader >
◆ _cur_index
template<std::size_t LineWidth = 16>
The documentation for this class was generated from the following file: