See opcode::op_fetch_empty
| 467 | |
| 468 | /// See opcode::op_fetch_empty |
| 469 | static FU2_DETAIL_CXX14_CONSTEXPR void write_empty(data_accessor* accessor, |
| 470 | bool empty) noexcept { |
| 471 | accessor->inplace_storage_ = std::size_t(empty); |
| 472 | } |
| 473 | |
| 474 | template <typename From, typename To> |
| 475 | using transfer_const_t = |
no outgoing calls
no test coverage detected