Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ get
Method
get
include/boost/asio/associated_allocator.hpp:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
typedef A type;
51
52
static type get(const T&) noexcept
53
{
54
return type();
55
}
56
57
static const type& get(const T&, const A& a) noexcept
58
{
Callers
1
get
Function · 0.45
Calls
1
type
Class · 0.70
Tested by
no test coverage detected