groups

Link to this snippet:


Download to Code Collector

language: C++
licence: Other

enum - array of labelled values

options: send to code collectorview all nepahwin's snippets
   enum Int_t {
      kd2o    = 0,
      ksalt   = 1,
      kncd    = 2,
   };