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