| 308 | |
| 309 | template <class Derived, class Container, bool IsMutable> |
| 310 | inline |
| 311 | size_t |
| 312 | DynamicStruct<Derived, Container, IsMutable>::size() const { |
| 313 | return end() - begin(); |
| 314 | } |
| 315 | |
| 316 | /* |
| 317 | * Note that there is also a version for |
no outgoing calls
no test coverage detected