#include <osvr/Util/CSVCellGroup.h>
A class that exists to make it easier to output composite data structures to CSV. You can overload `void operator<<(CellGroupProxy<RowProxyType, GroupTag> &group, YourThing const& d), doing
group << cell("Item", d.item)`, etc. then invoke it just by passing an object of that type to cellGroup(), which takes an optional first parameter, a prefix to appead to all the headings.
Definition at line 51 of file CSVCellGroup.h.