Function value
Synopsis
#include <include/cpptoml.h>
value(const make_shared_enabler &, const T &val)
Description
No description yet.
Source
Lines 623-627 in include/cpptoml.h.
value(const make_shared_enabler&, const T& val) : value(val)
{
// nothing; note that users cannot actually invoke this function
// because they lack access to the make_shared_enabler.
}