Subordination
A framework for distributed programming
|
Container traits for deque container. More...
#include <container_traits.hh>
Static Public Member Functions | |
static void | push (container_type &cnt, const value_type &rhs) |
Push element to the container. | |
static value_type & | front (container_type &cnt) |
Returns the first element in the container. | |
static const value_type & | front (const container_type &cnt) |
Returns the first element in the container. | |
static void | pop (container_type &cnt) |
Removes the first element in the container. | |
Additional Inherited Members | |
![]() | |
typedef Container | container_type |
Container type. | |
typedef Container::value_type | value_type |
Container value type. | |
Container traits for deque container.