|
|
resource_cache(resource_cache &&other, const allocator_type &allocator)
|
|
resource_cache(resource_cache &&other, const allocator_type &allocator)
|
|
|
: pool{std::piecewise_construct, std::forward_as_tuple(std::move(other.pool.first()), allocator), std::forward_as_tuple(std::move(other.pool.second()))} {}
|
|
: pool{std::piecewise_construct, std::forward_as_tuple(std::move(other.pool.first()), allocator), std::forward_as_tuple(std::move(other.pool.second()))} {}
|