Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
template< class Alloc >
31
use_allocator_t< Alloc >
32
use_allocator( Alloc alloc ) noexcept
33
{
34
return { alloc };
35
}
36
37
template<
38
class T,
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected