| 285 | |
| 286 | template <class Derived, class Container, bool IsMutable> |
| 287 | inline |
| 288 | size_t |
| 289 | DynamicStruct<Derived, Container, IsMutable>::end() const { |
| 290 | return mEnd; |
| 291 | } |
| 292 | |
| 293 | template <class Derived, class Container, bool IsMutable> |
| 294 | inline |
no outgoing calls
no test coverage detected