VRS
A file format for sensor data.
Loading...
Searching...
No Matches
Public Attributes | List of all members
vrs::UnalignedValue< T > Struct Template Reference

Template to represent some POD object without memory alignment. More...

#include <DataPieces.h>

Public Attributes

value
 

Detailed Description

template<class T>
struct vrs::UnalignedValue< T >

Template to represent some POD object without memory alignment.

Data read from disk might not be aligned as the architecture would like it, which can be extremely slow and even crash on some architectures (ARM7). These helper methods make the code safe & readable.


The documentation for this struct was generated from the following file: