|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <algorithm>#include <chrono>#include <string>#include <regex>#include <cmath>#include "TextEditor.h"#include "imgui.h"Go to the source code of this file.
Functions | |
| template<class InputIt1 , class InputIt2 , class BinaryPredicate > | |
| bool | equals (InputIt1 first1, InputIt1 last1, InputIt2 first2, InputIt2 last2, BinaryPredicate p) |
| bool equals | ( | InputIt1 | first1, |
| InputIt1 | last1, | ||
| InputIt2 | first2, | ||
| InputIt2 | last2, | ||
| BinaryPredicate | p | ||
| ) |
Definition at line 15 of file TextEditor.cpp.