Function is_value
Synopsis
#include <include/cpptoml.h>
virtual bool is_value() const
Description
Determines if the given TOML element is a value.
Source
Lines 508-511 in include/cpptoml.h.
virtual bool is_value() const
{
return false;
}