Function make_element< table_array >
Synopsis
#include <include/cpptoml.h>
template <>
std::shared_ptr< table_array > make_element< table_array >()
Description
No description yet.
Source
Lines 1208-1212 in include/cpptoml.h. Line 1190 in include/cpptoml.h.
template <>
inline std::shared_ptr<table_array> make_element<table_array>()
{
return make_table_array(true);
}