| 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 | |
| 792 | bool |
nothing calls this directly
no outgoing calls
no test coverage detected