mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-05-10 09:31:48 +08:00
first commit
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
#include "yaml-cpp/null.h"
|
||||
|
||||
namespace YAML {
|
||||
_Null Null;
|
||||
|
||||
bool IsNullString(const std::string& str) {
|
||||
return str.empty() || str == "~" || str == "null" || str == "Null" ||
|
||||
str == "NULL";
|
||||
}
|
||||
} // namespace YAML
|
||||
Reference in New Issue
Block a user