channel_traits Struct Template Reference
[Channel]
#include <channel.hpp>
List of all members.
Detailed Description
template<typename T>
struct channel_traits< T >
defines properties of channels
|
Public Types |
|
typedef T | value_type |
|
typedef T & | reference |
|
typedef T * | pointer |
|
typedef const T & | const_reference |
|
typedef T const * | const_pointer |
Public Member Functions |
|
| BOOST_STATIC_CONSTANT (bool, is_mutable=true) |
The documentation for this struct was generated from the following file:
|