c++ Programming Glossary: processedentrybase
Creating an array initializer from a tuple or variadic template parameters http://stackoverflow.com/questions/18251815/creating-an-array-initializer-from-a-tuple-or-variadic-template-parameters for ProcessedEntry like this template typename Key struct ProcessedEntryBase const Key id const std size_t offset const std size_t size ProcessedEntryBase.. const Key id const std size_t offset const std size_t size ProcessedEntryBase Key id_ Key std size_t offset_ 0 std size_t size_ 0 id id_ offset.. 0 std size_t size_ 0 id id_ offset offset_ size size_ ProcessedEntryBase const ProcessedEntryBase Key rhs id rhs.id offset rhs.offset..
|