Function cif::is_column_type_uchar

Function Documentation

bool cif::is_column_type_uchar(const category &cat, std::string_view col)

Return whether the column col in category cat has a primitive type of uchar

Parameters
  • cat – The category

  • col – The column name

Returns

true If the primitive type is of type uchar

Returns

false If the primitive type is not of type uchar