Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
Flags
safe-html, strict-same
Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
Here, the map is converted into an <<ref_object>>, since it matches <<ref_is_map_like>>. Each of its keys is converted into a <在这里,该地图会被转换为一个 <<ref_object>>,因为其符合 <<ref_is_map_like>> 这个条件。其每个键都会被转换为一个 <<ref_string>>, as>,因为 `std::string`matches <符合 <<ref_is_string_like>>, and each of its values is converted into an <> 这个条件,而其每个值都会被转换为一个 <<ref_array>>, as>,因为 `std::pair`matches <符合 <<ref_is_tuple_like>>. Finally, elements of pairs are converted into a `std::int64_t` number and a `bool`.> 这个条件。最后,对每个 `std::pair` 的元素进行转换,将其转换为一个 `std::int64_t` 数字和一个 `bool` 值。</ref_is_tuple_like></ref_array></ref_is_string_like></ref_string></ref_is_map_like></ref_object>