MCPcopy Create free account
hub / github.com/cwida/ALP / ReadValue

Method ReadValue

publication/source_code/include/chimp/byte_reader.hpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31 template <class T>
32 T ReadValue() {
33 auto result = Load<T>(buffer + index);
34 index += sizeof(T);
35 return result;
36 }
37
38 template <class T, uint8_t SIZE>
39 T ReadValue() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected