MCPcopy Create free account
hub / github.com/dengwirda/jigsaw / __inline_call

Method __inline_call

src/libcpp/allocators/alloc_item.hpp:248–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246 typename... data_part
247 >
248 __static_call
249 __inline_call void_type construct (
250 data_type * _xptr,
251 data_part const&... _part
252 )
253 { new(_xptr)data_type(_part...) ;
254 }
255
256 } ;
257

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected