MCPcopy Create free account
hub / github.com/davisking/dlib / operator()

Method operator()

dlib/tuple/tuple.h:193–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 std::istream& in;
192 template <typename T>
193 void operator() (
194 T& a
195 ) const { deserialize(a,in); }
196 };
197
198

Callers

nothing calls this directly

Calls 1

deserializeFunction · 0.70

Tested by

no test coverage detected