For example, this seems to work: ```c++ uint32_t value = someField.get<uint32_t>(); ``` But I cannot find in the API doc which types can be given as template.
For example, this seems to work:
But I cannot find in the API doc which types can be given as template.