#include "text_editor.h"#include <algorithm>#include <chrono>#include <cmath>#include <regex>#include <string>#include "imgui.h"Go to the source code of this file.
Macros | |
| #define | IMGUI_DEFINE_MATH_OPERATORS |
Functions | |
| template<class InputIt1 , class InputIt2 , class BinaryPredicate > | |
| bool | equals (InputIt1 first1, InputIt1 last1, InputIt2 first2, InputIt2 last2, BinaryPredicate p) |
| #define IMGUI_DEFINE_MATH_OPERATORS |
Definition at line 9 of file text_editor.cc.
| bool equals | ( | InputIt1 | first1, |
| InputIt1 | last1, | ||
| InputIt2 | first2, | ||
| InputIt2 | last2, | ||
| BinaryPredicate | p | ||
| ) |
Definition at line 16 of file text_editor.cc.
Referenced by TextEditor::ColorizeInternal(), and yaze::cli::agent::ParseKeyValueEntry().