Function is_table_array
Synopsis
#include <include/cpptoml.h>
virtual bool is_table_array() const
Description
Determines if the given TOML element is an array of tables.
Source
Lines 551-554 in include/cpptoml.h.
virtual bool is_table_array() const
{
return false;
}