MIP_SDK  v3.0.0-187-g93c7302
MicroStrain Communications Library for embedded systems
List of all members
microstrain::SaturatingInt< T > Class Template Reference

A class representing an integer that saturates instead of overflowing. More...

#include <saturating_math.hpp>

Detailed Description

template<class T>
class microstrain::SaturatingInt< T >

A class representing an integer that saturates instead of overflowing.

Template Parameters
TInteger data type, e.g. int, uint8_t, int32_t, uint64_t.

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