MCPcopy Create free account
hub / github.com/boostorg/json / use_allocator

Function use_allocator

example/use_allocator.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30template< class Alloc >
31use_allocator_t< Alloc >
32use_allocator( Alloc alloc ) noexcept
33{
34 return { alloc };
35}
36
37template<
38 class T,

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected