Function make_element< table >
Synopsis
#include <include/cpptoml.h>
template <>
std::shared_ptr< table > make_element< table >()
Description
No description yet.
Source
Lines 1706-1710 in include/cpptoml.h. Line 1624 in include/cpptoml.h.
template <>
inline std::shared_ptr<table> make_element<table>()
{
return make_table();
}