plumageRender/external/toml/tests/test_multiple_translation_u...

7 lines
96 B
C++

#include <toml.hpp>
int read_a(const toml::table& t)
{
return toml::get<int>(t.at("a"));
}