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