Simple-Utility v2.3.1
Loading...
Searching...
No Matches
sl::concepts::fully_arithmetical Concept Reference

Determines whether a type can be used on both sides of operator +, -, *, /, +=, -=, *=, /= and unary - expressions. More...

#include <operators.hpp>

Concept definition

template<class T>
Determines whether a type can be used on both sides of operator +=, -=, *= and /= expressions.
Definition: operators.hpp:1296
Determines whether a type can be used on both sides of operator +, -, * and / expressions.
Definition: operators.hpp:1250
Determines whether a type can be used on both sides of operator +, -, *, /, +=, -=,...
Definition: operators.hpp:1344
Determines whether a type can be used in operator - expression.
Definition: operators.hpp:804

Detailed Description

Determines whether a type can be used on both sides of operator +, -, *, /, +=, -=, *=, /= and unary - expressions.

Template Parameters
TThe type to check