Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Naios/function2
/ ~box
Method
~box
include/function2/function2.hpp:387–387 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
385
box& operator=(box&&) = default;
386
box& operator=(box const&) = default;
387
~box() = default;
388
};
389
template <typename T, typename Allocator>
390
struct box<false, T, Allocator> : private Allocator {
Callers
1
box_deallocate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected