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