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

Method UserDataAdapter

include/cereal/archives/adapters.hpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 the archive. */
119 template <class ... Args>
120 UserDataAdapter( UserData & ud, Args && ... args ) :
121 Archive( std::forward<Args>( args )... ),
122 userdata( ud )
123 { }
124
125 private:
126 //! Overload the rtti function to enable dynamic_cast

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected