MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / GetDataSize

Method GetDataSize

Source/Utils/ini.hpp:635–638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

633
634template <typename T>
635inline size_t Converters::GetDataSize(T& value)
636{
637 return sizeof(value);
638}
639
640inline size_t Converters::GetDataSize(fini_string_t value)
641{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected