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

Method serialize

bench/bench-conv.cpp:784–789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

782 }
783
784 clock_type::duration
785 serialize(file_item const& fi, std::size_t repeat) const override
786 {
787 return mpl::mp_with_index<supported_file_count>(
788 fi.index, serializer{fi, get_parse_options(), repeat} );
789 }
790};
791
792bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected