yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
text_editor.cc File Reference
#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)
 

Macro Definition Documentation

◆ IMGUI_DEFINE_MATH_OPERATORS

#define IMGUI_DEFINE_MATH_OPERATORS

Definition at line 9 of file text_editor.cc.

Function Documentation

◆ equals()

template<class InputIt1 , class InputIt2 , class BinaryPredicate >
bool equals ( InputIt1  first1,
InputIt1  last1,
InputIt2  first2,
InputIt2  last2,
BinaryPredicate  p 
)