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

Function get_default_allocator

include/jsoncons/basic_json.hpp:3119–3122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3117 }
3118
3119 allocator_type get_default_allocator(std::false_type) const
3120 {
3121 JSONCONS_THROW(json_runtime_error<std::domain_error>("No default allocator if allocator is not default constructible."));
3122 }
3123
3124 allocator_type get_default_allocator(std::true_type) const
3125 {

Callers 1

get_allocatorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected