Sparkle 0.0.1
Loading...
Searching...
No Matches
spk::SafeComparand< TType, IsFloat > Struct Template Reference

Wraps arithmetic values to compare with tolerance for floating-point inputs. More...

#include <spk_safe_comparand.hpp>

Collaboration diagram for spk::SafeComparand< TType, IsFloat >:
Collaboration graph

Detailed Description

template<typename TType, bool IsFloat = std::is_floating_point_v<TType>>
struct spk::SafeComparand< TType, IsFloat >

Wraps arithmetic values to compare with tolerance for floating-point inputs.

Template Parameters
TTypeNumeric type.
IsFloatInternal flag derived from TType.

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