New proposal

This commit is contained in:
Jaby
2023-01-13 19:34:01 +01:00
parent 3dee2a8d74
commit f30ecbe46c
2 changed files with 45 additions and 2 deletions

View File

@@ -195,6 +195,10 @@ namespace JabyEngine {
this->clear_bit(value.bit);
return *this;
}
constexpr __always_inline operator T() const {
return this->raw;
}
};
}