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

Method operator()

bench/bench-conv.cpp:486–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484
485 template< class I >
486 void operator()(I) const
487 {
488 using data_type = typename supported_file_at<I>::type;
489 auto data = value_to<data_type>(jv);
490 (void)data;
491 }
492 };
493
494 struct convert_to_value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected