MCPcopy 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};
389template <typename T, typename Allocator>
390struct box<false, T, Allocator> : private Allocator {

Callers 1

box_deallocateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected