37 Epoch(
const int32_t epoch_floor,
const int32_t epoch_ceiling) {
47 inline void floor(
const int32_t epoch_floor) {
63 static inline size_t byte_size() {
return 2 *
sizeof(int64_t); }
66 return std::numeric_limits<int32_t>::min();
70 return std::numeric_limits<int32_t>::max() - 1;
void floor(const int32_t epoch_floor)
Epoch(const int32_t epoch_floor, const int32_t epoch_ceiling)
static int64_t min_allowable_epoch()
static int64_t max_allowable_epoch()
void ceiling(const int32_t epoch_ceiling)
static size_t byte_size()