Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content.en/docs/reference/get.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ template<typename T, typename TC>
T get(basic_value<TC>& v);
```

条件
Condition
- `T` is `std::array<U, N>`

If the `toml::value` holds an `array`, this function retrieves the value and converts it to the specified container type, returning the result.
Expand Down
Loading