cpp-common
Enumerations
constants.hh File Reference

Brief description here. More...

#include <cstddef>
#include <cstdint>
Include dependency graph for constants.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  nvsl::LP_SZ : size_t {
  B = 1, KiB = 1024 * B, MiB = 1024 * KiB, GiB = 1024 * MiB,
  TiB = 1024 * GiB
}
 Enum to help with size of things.
 
enum  time_unit {
  s_unit = 0, ms_unit, us_unit, ns_unit,
  any_unit
}
 

Detailed Description

Brief description here.

Date
May 21, 2021

Definition in file constants.hh.