New proposal
This commit is contained in:
@@ -195,6 +195,10 @@ namespace JabyEngine {
|
||||
this->clear_bit(value.bit);
|
||||
return *this;
|
||||
}
|
||||
|
||||
constexpr __always_inline operator T() const {
|
||||
return this->raw;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user