Function empty
Synopsis
#include <include/cpptoml.h>
bool empty() const
Description
No description yet.
Source
Lines 1327-1330 in include/cpptoml.h.
bool empty() const
{
return map_.empty();
}
#include <include/cpptoml.h>
bool empty() const
No description yet.
Lines 1327-1330 in include/cpptoml.h.
bool empty() const
{
return map_.empty();
}