Template Struct DiffFunction

Struct Documentation

template<class T>
struct DiffFunction

Public Functions

inline constexpr auto operator()(T a, T b) const -> decltype(a - b)