MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / SerializeValue

Method SerializeValue

SampleFramework12/v1.00/Settings.h:235–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233 operator bool32();
234
235 template<typename TSerializer> void SerializeValue(TSerializer& serializer)
236 {
237 Assert_(initialized);
238 SerializeItem(serializer, val);
239 }
240};
241
242// Enumeration setting

Callers

nothing calls this directly

Calls 1

SerializeItemFunction · 0.85

Tested by

no test coverage detected