Share

MeasurementValue

C++

enum MeasurementValue {
  kEnglish = 0,
  kMetric = 1
};

File

acdb.h

Description

Was this information helpful?