template <typename T>
class NumericType
Defined at line 351 of file ../../src/lib/fidl_codec/wire_types.h
A generic type that can be used for any numeric value that corresponds to a
C++ arithmetic value.
Public Methods
size_t InlineSize (WireVersion version)
Defined at line 356 of file ../../src/lib/fidl_codec/wire_types.h
std::unique_ptr<Value> Decode (MessageDecoder * decoder, uint64_t offset)
Defined at line 358 of file ../../src/lib/fidl_codec/wire_types.h