Size accessors
| 134 | |
| 135 | // Size accessors |
| 136 | fl::size size() const { return mMap.size(); } |
| 137 | bool empty() const { return mMap.empty(); } |
| 138 | fl::size capacity() const { return mMaxSize; } |
| 139 | memory_resource* get_memory_resource() const { return mMap.get_memory_resource(); } |
no outgoing calls
no test coverage detected