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