This website requires JavaScript.
Explore
Help
Sign In
inksoul
/
plumageRender
Watch
1
Star
0
Fork
You've already forked plumageRender
0
Code
Issues
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
9c9adffeee
plumageRender
/
external
/
toml
/
tests
/
test_multiple_translation_u...
7 lines
96 B
C++
Raw
Blame
History
#
include
<toml.hpp>
int
read_a
(
const
toml
:
:
table
&
t
)
{
return
toml
:
:
get
<
int
>
(
t
.
at
(
"
a
"
)
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink