| 401 | writer->WriteNumber<ValueType>(value); |
| 402 | } |
| 403 | inline static void Read(JSONReader *reader, ValueType *value) { |
| 404 | reader->ReadNumber<ValueType>(value); |
| 405 | } |
| 406 | }; |
| 407 | |
| 408 | template<typename ContainerType> |
nothing calls this directly
no outgoing calls
no test coverage detected