Zserio C++17 runtime library  0.5.0
Built for Zserio 2.17.0
zserio::NumericLimits< T > Struct Template Reference

#include <Types.h>

Detailed Description

template<typename T>
struct zserio::NumericLimits< T >

NumericLimits template provides a standardized way to query various properties of zserio numerical type wrappers. Inspired by std::numeric_limits.

This information is provided via specializations of the NumericLimits template. All types provide information about their minimum and maximum value.

Definition at line 25 of file Types.h.


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