Sign in
apache
/
trafficserver
/
refs/heads/master
/
.
/
lib
/
yamlcpp
/
src
/
null.cpp
blob: db7daebf1d2b618f499ff36ca34f0526e8605096 [
file
] [
log
] [
blame
]
#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