This is an example of how to use Metall containers.
#if BOOST_VERSION >= 108100
#endif
#if BOOST_VERSION >= 108200
#endif
manager mg(create_only,
"/tmp/dir");
mg.get_allocator());
mg.get_allocator());
mg.get_allocator());
#if BOOST_VERSION >= 108100
mg.get_allocator());
mg.get_allocator());
#endif
#if BOOST_VERSION >= 108200
mg.get_allocator());
mg.get_allocator());
#endif
mg.construct<
mc::string>(
"string")(mg.get_allocator());
mg.construct<
mc::wstring>(
"wstring")(mg.get_allocator());
using vec_of_sets =
mg.construct<vec_of_sets>("vec-sets")(mg.get_allocator());
return 0;
}
int main()
Definition: jgraph.cpp:24