Traits class to extract type information from a matrix or vector CONTAINER. More...
#include <traits.hpp>


Public Types | |
| typedef E::size_type | size_type |
| type of indices More... | |
| typedef E::difference_type | difference_type |
| type of differences of indices More... | |
| typedef E::storage_category | storage_category |
storage category: unknown_storage_tag, dense_tag, packed_tag, ... More... | |
| typedef E::value_type | value_type |
| type of elements More... | |
| typedef E::const_reference | const_reference |
| const reference to an element More... | |
| typedef E::const_closure_type | const_closure_type |
| type used in expressions to mark a reference to this class (usually a const container_reference<const E> or the class itself) More... | |
| typedef E::reference | reference |
| reference to an element More... | |
| typedef E::closure_type | closure_type |
| type used in expressions to mark a reference to this class (usually a container_reference<E> or the class itself) More... | |
Traits class to extract type information from a matrix or vector CONTAINER.
|
inherited |
type used in expressions to mark a reference to this class (usually a container_reference<E> or the class itself)
|
inherited |
type used in expressions to mark a reference to this class (usually a const container_reference<const E> or the class itself)
|
inherited |
const reference to an element
|
inherited |
type of differences of indices
|
inherited |
reference to an element
|
inherited |
type of indices
|
inherited |
storage category: unknown_storage_tag, dense_tag, packed_tag, ...
|
inherited |
type of elements