File List
Here is a list of all documented files with brief descriptions:
| metamac.h | Macros for complex metaprogramming involving pseudoiteration |
| simd.h | SIMD-type algorithms, with hardware acceleration, if available |
| strmsize.h | This file contains stream_size_of functions for basic types and *STREAMABLE macros. stream_size_of functions return the size of the object's data that is written or read from a stream |
| uctrstrm.h | Serialization templates for standard containers. Because containers are templates, a single operator>> is impossible. Making virtual read/write is also impossible because not all containers contain serializable elements. Therefore, use the macros in this file |
| uiterator.h | Contains various iterator adapters |
| uutility.h | Utility templates |