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

Method UserStruct

unittests/user_data_adapters.hpp:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45struct UserStruct
46{
47 UserStruct( std::int32_t i,
48 SomeStruct * pointer,
49 SomeStruct & reference ) :
50 i32( i ),
51 p( pointer ),
52 ref( reference )
53 { }
54
55 UserStruct & operator=( UserStruct const & ) = delete;
56

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected