Commit f7f9d81a authored by Davis King's avatar Davis King

updated spec

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403747
parent e3244864
......@@ -115,6 +115,21 @@ namespace dlib
provides a global swap function
!*/
void serialize (
const rand& item,
std::ostream& out
);
/*!
provides deserialization support
!*/
void deserialize (
rand& item,
std::istream& in
);
/*!
provides deserialization support
!*/
}
#endif // DLIB_RAND_KERNEl_ABSTRACT_
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment