MCPcopy Create free account
hub / github.com/davisking/dlib / tuple_deserialize

Class tuple_deserialize

dlib/tuple/tuple.h:188–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 // ------------------------------------------------------------------------------------
187
188 struct tuple_deserialize
189 {
190 tuple_deserialize (std::istream& in_) : in(in_){}
191 std::istream& in;
192 template <typename T>
193 void operator() (
194 T& a
195 ) const { deserialize(a,in); }
196 };
197
198
199 }

Callers 1

deserializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected