37 template<
typename T >
40 mMembers ( aValWord.mMembers )
46 template<
typename T >
49 mMembers ( aValVector.mMembers )
54 template<
typename T >
55 template <
class InputIterator>
58 if ( ! mMembers->valid )
60 mMembers->value.assign ( aBegin , aEnd );
64 throw exception::ValMemImutabilityViolation();
A class which wraps a block of data and marks whether or not it is valid.
void assign(InputIterator aBegin, InputIterator aEnd)
Assignment operator - including check on whether the data has previously been marked as valid.
A class which wraps a single word of data and marks whether or not it is valid.