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

Function make_alloc_set

include/jsoncons/allocator_set.hpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66#endif // !defined(JSONCONS_NO_DEPRECATED)
67
68inline
69allocator_set<std::allocator<char>,std::allocator<char>> make_alloc_set()
70{
71 return allocator_set<std::allocator<char>,std::allocator<char>>(std::allocator<char>(), std::allocator<char>());
72}
73
74template <typename Alloc>
75allocator_set<Alloc,std::allocator<char>> make_alloc_set(const Alloc& alloc)

Calls

no outgoing calls

Tested by

no test coverage detected