条件 -> condition in docs/get.md

english version
This commit is contained in:
Evan
2025-03-30 16:32:00 -07:00
committed by GitHub
parent 2da6f0edcf
commit f40ca98467

View File

@@ -230,7 +230,7 @@ template<typename T, typename TC>
T get(basic_value<TC>& v); T get(basic_value<TC>& v);
``` ```
条件 Condition
- `T` is `std::array<U, N>` - `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. If the `toml::value` holds an `array`, this function retrieves the value and converts it to the specified container type, returning the result.