| 
    Subordination
    
   A framework for distributed programming 
   | 
 
Container traits for queue-like containers. 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 | |
  Public Types inherited from sbn::container_traits< Container > | |
| typedef Container | container_type | 
| Container type.  | |
| typedef Container::value_type | value_type | 
| Container value type.  | |
Container traits for queue-like containers.
 1.8.15