|
Evo C++ Library v0.5.1
|
#include <evo/meta.h>
Type ID info (POD, ByteCopy, Normal).
#include <evo/type.h>
Output:
Classes | |
| struct | ByteCopy |
| Used to identify ByteCopy types. More... | |
| struct | Get |
| Use to get type ID info for type T. More... | |
| struct | GetFill |
| Use to get type ID info for type T as for filling arrays/buffers. More... | |
| struct | Normal |
| Used to identify normal types (not POD, and not ByteCopy). More... | |
| struct | Pod |
| Used to identify POD (Plain Old Data) types. More... | |
Public Types | |
| enum | Enum { POD = 0, BCOPY, NORMAL } |
| Type ID enum values. More... | |
| enum Enum |
1.8.13