#CPlusPlus is truly a multiparadigmatic #programming language!
Pointer arithmethics, byte level data manipulation, duck typing, range loops, STL algorithms, procedural programming in something that pretends to be a class... Probably just everything in a few lines. Implicitly we even have templates as BinaryStorageBase is the non-templated base for a more complex type.
