Ported CDIOs
This commit is contained in:
@@ -40,6 +40,11 @@ namespace JabyEngine {
|
||||
constexpr IOValueSetPair<T> with(T value) const {
|
||||
return {*this, value};
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
constexpr IOValueSetPair<T> range_max() const {
|
||||
return IOValueSet::with<T>((1 << this->length) - 1);
|
||||
}
|
||||
};
|
||||
|
||||
template<typename T>
|
||||
|
||||
Reference in New Issue
Block a user