Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/USCiLab/cereal
/ ThreeLA
Method
ThreeLA
unittests/load_construct.hpp:167–167 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
struct ThreeLA : std::enable_shared_from_this<ThreeLA>
166
{
167
ThreeLA( int xx ) : x( xx ) {}
168
169
int x;
170
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected