Flutter Engine
The Flutter Engine
|
#include <functional>
#include <map>
Go to the source code of this file.
Namespaces | |
namespace | fml |
Functions | |
template<class Collection = std::unordered_map<class Key, class Value, class Hash, class Equal>> | |
void | fml::erase_if (Collection &container, std::function< bool(typename Collection::iterator)> predicate) |