This class can be used to encapsulate an element of a lite::pack as a constant element. More...
#include <array.hpp>
Public Types | |
| typedef type_ | type |
| element type | |
Static Public Attributes | |
| static const type_ | value = value_ |
| element value | |
This class can be used to encapsulate an element of a lite::pack as a constant element.
Encapsulating a pack element with this class tells the pack object not to allocate memory for that element. See lite::pack for a more information.
| type_ | specifies the type of the element | |
| value_ | specifies the constant value of the element. |
1.6.0