31#ifndef __CLAW_MAX_VECTOR_HPP__
32#define __CLAW_MAX_VECTOR_HPP__
53 template <
typename E,
typename Comp = std::less<E>,
54 typename Container = std::vector<E> >
82#include <claw/max_vector.tpp>
Comp comparator_type
The comparator used to compare the values inserted.
Container container_type
The type of the container in which the values are stored.
E value_type
The type of the values stored in the container.
This is the main namespace.