Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
634
template <typename T>
635
inline size_t Converters::GetDataSize(T& value)
636
{
637
return sizeof(value);
638
}
639
640
inline size_t Converters::GetDataSize(fini_string_t value)
641
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected