Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 480 Bytes

File metadata and controls

17 lines (11 loc) · 480 Bytes

std::pair

Fields

  • Int32_String: std::pair<std::int32_t, std::string>
  • Variant_Vector: std::pair<std::variant<std::int32_t, std::string>, std::vector<std::int32_t>>
  • Pair: std::pair<std::pair<std::int32_t, std::string>, std::int32_t>
  • VectorPair: std::vector<std::pair<std::int32_t, std::string>>

with the default column types.

Entries

  1. Simple values
  2. Zero / empty values

The values can be found in the reference file types.pair.json.