MCPcopy Create free account
hub / github.com/Naios/function2 / box_factory

Class box_factory

include/function2/function2.hpp:371–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369
370template <typename Box>
371struct box_factory;
372/// Store the allocator inside the box
373template <bool IsCopyable, typename T, typename Allocator>
374struct box : private Allocator {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected