| 278 | |
| 279 | template <class Derived, class Container, bool IsMutable> |
| 280 | inline |
| 281 | size_t |
| 282 | DynamicStruct<Derived, Container, IsMutable>::begin() const { |
| 283 | return mBegin; |
| 284 | } |
| 285 | |
| 286 | template <class Derived, class Container, bool IsMutable> |
| 287 | inline |
no outgoing calls
no test coverage detected