toml11/tests/test_multiple_translation_unit_2.cpp

7 lines
96 B
C++
Raw Normal View History

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