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

7 lines
96 B
C++
Raw Normal View History

2024-04-18 18:26:07 +08:00
#include <toml.hpp>
int read_a(const toml::table& t)
{
return toml::get<int>(t.at("a"));
}