codex
Loading...
Searching...
No Matches
arithmetic Concept Reference
#include <
power.hpp
>
Concept definition
template
<
typename
T>
concept
arithmetic
=
requires
(
T
t0,
T
t1) {
t0 + t1; t0 - t1; t0 * t1; t0 / t1; t0 % t1;
t0 += t1; t0 -= t1; t0 *= t1; t0 /= t1; t0 %= t1;
}
arithmetic
Definition
power.hpp:18
T
codex::refl::field_tuple_t< E > T
Definition
soa.cpp:9
arithmetic
Generated by
1.11.0