toml11/tests/test_multiple_translation_unit_2.cpp
2019-03-18 12:39:58 +09:00

7 lines
96 B
C++

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