Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dhbloo/rapfi
/ array
Method
array
Rapfi/external/cpptoml/include/cpptoml.h:1002–1005 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1000
private:
1001
#if defined(CPPTOML_NO_RTTI)
1002
array() : base(base_type::ARRAY)
1003
{
1004
// empty
1005
}
1006
#else
1007
array() = default;
1008
#endif
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected