MCPcopy Create free account
hub / github.com/USCiLab/cereal / TwoLAVersioned

Method TwoLAVersioned

unittests/load_construct.hpp:128–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126struct TwoLAVersioned
127{
128 TwoLAVersioned( int xx ) : x( xx ), v() {}
129 TwoLAVersioned( int xx, int vv ) : x( xx ), v( vv ) {}
130
131 int x;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected