We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41b9a8 commit 03549ddCopy full SHA for 03549dd
others/serialization.cpp
@@ -50,7 +50,7 @@ class Serializer {
50
class Deserializer {
51
public:
52
/**
53
- * Deserializes fundamental data types (like int, float, double, etc.) from
+ * @brief Deserializes fundamental data types (like int, float, double, etc.) from
54
* a binary file.
55
* @tparam T The type of the data to be deserialized.
56
* @param in The input stream (std::ifstream).
0 commit comments