MCPcopy Create free account
hub / github.com/boostorg/json / operator()

Method operator()

bench/bench-conv.cpp:473–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471 };
472
473 void operator()(void* data)
474 {
475 mpl::mp_with_index<supported_file_count>( index, deleter{data} );
476 }
477 };
478
479 using data_holder = std::unique_ptr<void, delete_data>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected