3 #include "core/cl/representation.h" 4 #include "core/cl/traits.h" 9 struct alignas(1 << 4)
aabb final {
16 static constexpr
auto value = R
"( 24 constexpr auto to_tuple(
const aabb& x) {
return std::tie(x.c0, x.c1); }
26 constexpr
bool operator==(
const aabb& a,
const aabb& b) {
27 return to_tuple(a) == to_tuple(b);
30 constexpr
bool operator!=(
const aabb& a,
const aabb& b) {
return !(a == b); }
Definition: representation.h:7
Definition: voxel_structs.h:9
Definition: capsule_base.h:9