| 
    Subordination
    
   A framework for distributed programming 
   | 
 
Container trais. More...
#include <container_traits.hh>
Public Types | |
| typedef Container | container_type | 
| Container type.  | |
| typedef Container::value_type | value_type | 
| Container value type.  | |
Container trais.
It is like character traits, but for containers, in a sense that you need to always carry traits type template parameter together with the container type template parameter. This type allows to use any container as a queue.
 1.8.15