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

Method construct

src/libcpp/allocators/alloc_item.hpp:376–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374
375 __static_call
376 __inline_call void_type construct ( // _def c'tor obj.
377 __write_ptr (data_type)
378 ) {/* do nothing */}
379
380 __static_call
381 __inline_call void_type construct ( // copy c'tor obj.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected