Returns true when the erasure doesn't hold any erased object
| 1257 | |
| 1258 | /// Returns true when the erasure doesn't hold any erased object |
| 1259 | constexpr bool empty() const noexcept { |
| 1260 | return vtable_.empty(); |
| 1261 | } |
| 1262 | |
| 1263 | /// Invoke the function of the erasure at the given index |
| 1264 | /// |