null.cpp
Go to the documentation of this file.
1 #include "yaml-cpp-pm/null.h"
2 #include "yaml-cpp-pm/node.h"
3 
4 namespace YAML_PM
5 {
7 
8  bool IsNull(const Node& node)
9  {
10  return node.Read(Null);
11  }
12 }
YAML_CPP_API bool IsNull(const Node &node)
Definition: null.cpp:8
YAML_CPP_API _Null Null
Definition: null.cpp:6
bool Read(T &value) const
Definition: nodereadimpl.h:68


libpointmatcher
Author(s):
autogenerated on Sat May 27 2023 02:38:02