A struct that exists to implement a generic wrapper for std::find. More...
#include <general.hpp>
Static Public Member Functions | |
static bool | eval (const Container &container, const Value &value) |
A struct that exists to implement a generic wrapper for std::find.
Container should "look like" an STL container of Values.
Definition at line 46 of file general.hpp.
|
inlinestatic |
Definition at line 48 of file general.hpp.
Referenced by utils::contains().