Functions | |
| std::string_view | slice (std::string_view view, size_t start, size_t end) |
| std::pair< std::string_view, std::string_view > | split (std::string_view view, char Separator) |
| bool | starts_with (std::string_view view, std::string_view prefix) |
|
inline |
Definition at line 311 of file inja.hpp.
Referenced by inja::get_source_location(), inja::Lexer::make_token(), inja::Lexer::scan(), and split().
|
inline |
Definition at line 317 of file inja.hpp.
References slice().
Referenced by inja::DataNode::convert_dot_to_ptr().
|
inline |
Definition at line 325 of file inja.hpp.
Referenced by inja::Lexer::scan(), inja::Lexer::scan_body(), and inja::Lexer::start().