mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-13 22:32:03 +00:00
Neatened layout.
This commit is contained in:
parent
c1527cc9e2
commit
9be9bd9106
@ -65,6 +65,7 @@ template <class T> class WrappedInt {
|
||||
inline bool operator !=(const T &rhs) const { return length_ != rhs.length_; }
|
||||
|
||||
inline bool operator !() const { return !length_; }
|
||||
inline operator bool() const { return !!length_; }
|
||||
|
||||
inline int as_int() const { return length_; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user