kDB: Knowledge DataBase
Loading...
Searching...
No Matches
knowCore::MetaTypeTraits Struct Reference

Public Types

enum  {
  None = 0 , Comparable = 1 << 1 , OnlyEqualComparable = 1 << 2 , ToString = 1 << 3 ,
  FromString = 1 << 4 , ToByteArray = 1 << 5 , FromByteArray = 1 << 6 , ToValueList = 1 << 7 ,
  FromValueList = 1 << 8 , DebugStreamOperator = 1 << 9 , NumericType = 1 << 10
}
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
Comparable 

Has < and == operator.

OnlyEqualComparable 

Has == operator.

NumericType 

indicates that the type is for a numeric value


The documentation for this struct was generated from the following file: