MCPcopy Create free account
hub / github.com/boostorg/json / construct_data

Method construct_data

bench/bench-conv.cpp:523–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521 };
522
523 static
524 data_holder
525 construct_data(std::size_t file_index, value const& jv)
526 {
527 data_holder result;
528 mpl::mp_with_index<supported_file_count>(
529 file_index, data_constructor{result, jv} );
530 return result;
531 }
532
533public:
534 base_boost_impl(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected