MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / isSerialize

Method isSerialize

inc/osvr/Common/Serialization.h:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 std::true_type isSerialize() const { return std::true_type(); }
78
79 std::false_type isDeserialize() const { return std::false_type(); }
80

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected