| 649 | return result; |
| 650 | } |
| 651 | virtual move_dest_type get(boost::unique_lock<boost::mutex>& lk) |
| 652 | { |
| 653 | return boost::move(*get_storage(lk)); |
| 654 | } |
| 655 | move_dest_type get() |
| 656 | { |
| 657 | boost::unique_lock<boost::mutex> lk(this->mutex); |
no test coverage detected