Empirical
|
#include "string_utils.h"
Go to the source code of this file.
Classes | |
struct | emp::AlertObj |
Namespaces | |
emp | |
If we are in emscripten, make sure to include the header. | |
Functions | |
void | emp::Alert (const std::string &msg) |
template<typename... TYPE_SET> | |
static void | emp::CappedAlert (size_t cap, TYPE_SET...inputs) |
A version of Alert that will cap how many times it can go off. More... | |