Subordination
A framework for distributed programming
Public Types | List of all members
sbn::container_traits< Container > Struct Template Reference

Container trais. More...

#include <container_traits.hh>

Inheritance diagram for sbn::container_traits< Container >:
[legend]

Public Types

typedef Container container_type
 Container type.
 
typedef Container::value_type value_type
 Container value type.
 

Detailed Description

template<class Container>
struct sbn::container_traits< Container >

Container trais.

Date
2018-05-22
Author
Ivan Gankevich

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.


The documentation for this struct was generated from the following file: