| 17 | std::unordered_map<std::type_index, std::function<std::string(const void*)>> dumpers_; |
| 18 | |
| 19 | void Init_() |
| 20 | { |
| 21 | gen::RegisterDumpers_(dumpers_); |
| 22 | } |
| 23 | } |
| 24 | |
| 25 | std::string DumpGenerated(const std::type_info& type, const void* pStruct) |
no test coverage detected