| 493 | } |
| 494 | |
| 495 | void FieldModel<::test::StructSimple>::get_end(size_t fbe_begin) const noexcept |
| 496 | { |
| 497 | _buffer.unshift(fbe_begin); |
| 498 | } |
| 499 | |
| 500 | void FieldModel<::test::StructSimple>::get(::test::StructSimple& fbe_value) const noexcept |
| 501 | { |
no test coverage detected