| 775 | {} |
| 776 | |
| 777 | clock_type::duration |
| 778 | parse(file_item const& fi, std::size_t repeat) const override |
| 779 | { |
| 780 | return mpl::mp_with_index<supported_file_count>( |
| 781 | fi.index, parser{fi, get_parse_options(), repeat} ); |
| 782 | } |
| 783 | |
| 784 | clock_type::duration |
| 785 | serialize(file_item const& fi, std::size_t repeat) const override |
nothing calls this directly
no outgoing calls
no test coverage detected