MCPcopy Create free account
hub / github.com/danielaparker/jsoncons / allocator_set

Method allocator_set

include/jsoncons/allocator_set.hpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 using temp_allocator_type = TempAlloc;
24
25 allocator_set(const Alloc& alloc=Alloc(),
26 const TempAlloc& temp_alloc=TempAlloc())
27 : result_alloc_(alloc), temp_alloc_(temp_alloc)
28 {
29 }
30
31 allocator_set(const allocator_set&) = default;
32 allocator_set(allocator_set&&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected