SHA256
stdio支持
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include <cctype>
|
||||
#include <iostream>
|
||||
|
||||
namespace bstl {
|
||||
|
||||
@@ -89,4 +90,8 @@ private:
|
||||
std::string data_;
|
||||
};
|
||||
|
||||
// 流运算符重载
|
||||
std::ostream& operator<<(std::ostream& os, const String& str);
|
||||
std::istream& operator>>(std::istream& is, String& str);
|
||||
|
||||
} // namespace bstl
|
||||
|
||||
Reference in New Issue
Block a user