ICRS Eurobot 2013

Dependencies:   mbed mbed-rtos Servo QEI

Embed: (wiki syntax)

« Back to documentation index

IoPrintHelper< C > Class Template Reference

IoPrintHelper< C > Class Template Reference

Determines the number of digits regarding the sign of the container. More...

#include <tvmet/Io.h>


Detailed Description

template<class C>
class tvmet::IoPrintHelper< C >

Determines the number of digits regarding the sign of the container.

This class is nesessary due to the complex type and the function min(), which are not defined for this type. So we have to dispatch between pod and complex types to get an information about the extra space for signs.

Definition at line 39 of file Io.h.