null.cpp (221B)
1 #include "yaml-cpp/null.h" 2 3 namespace YAML { 4 _Null Null; 5 6 bool IsNullString(const std::string& str) { 7 return str.empty() || str == "~" || str == "null" || str == "Null" || 8 str == "NULL"; 9 } 10 } // namespace YAML
yaml-cppFORK: A YAML parser and emitter in C++ | |
| git clone https://git.neptards.moe/neptards/yaml-cpp.git | |
| Log | Files | Refs | README | LICENSE |