template<
typename TYPE,
bool MEMCPY_SAFE = type::IsMemcpySafeImplementation< TYPE >::sValue>
class bio::Arrangement< TYPE, MEMCPY_SAFE >
Arrangements provide a memory-optimized implementation of the Container interface for a single type.
- Template Parameters
-