Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dengwirda/jigsaw
/ get_alloc
Method
get_alloc
src/libcpp/containers/block_array.hpp:607–610 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
605
*/
606
607
__inline_call allocator get_alloc ( // return alloc obj.
608
) const
609
{ return static_cast<allocator>( *this ) ;
610
}
611
612
__inline_call size_type count (// return container count
613
) const { return this->_count ; }
Callers
1
set_alloc
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected