Templa 0.0.1-alpha
C++ Metaprogramming Utilities
|
Concept to check if a type supports subtraction operations. More...
#include <concepts.hpp>
Concept to check if a type supports subtraction operations.
Requires - and -= operators.
T | Type to check. |