CLAW Library (a C++ Library Absolutely Wonderful) 1.5.5
|
Fill a container with some values, keeping only all the "maximum" inserted values. More...
#include <vector>
#include <functional>
#include <claw/impl/max_vector.tpp>
Go to the source code of this file.
Classes | |
class | claw::max_vector< E, Comp, Container > |
Fill a container with some values, keeping only all the "maximum" inserted values. More... | |
Namespaces | |
namespace | claw |
This is the main namespace. |
Fill a container with some values, keeping only all the "maximum" inserted values.
Definition in file max_vector.hpp.