mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 15:26:00 +02:00
Expansion to const equality checks
This commit is contained in:
parent
a43d4e8bd9
commit
6512841cf1
3 changed files with 61 additions and 3 deletions
|
@ -108,6 +108,7 @@ public:
|
|||
|
||||
T& operator[](int idx) const
|
||||
{
|
||||
BF_ASSERT((uint)idx < (uint)mSize);
|
||||
return mVals[idx];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue