| 108 | } |
| 109 | |
| 110 | int FifoQueueWrapper::tryPushFor(const TickClock::duration duration, uint8_t, const OperationCountingType& value) const |
| 111 | { |
| 112 | return fifoQueue_.tryPushFor(duration, value); |
| 113 | } |
| 114 | |
| 115 | int FifoQueueWrapper::tryPushFor(const TickClock::duration duration, uint8_t, OperationCountingType&& value) const |
| 116 | { |