Public Member Functions | Public Attributes | List of all members
absl::time_internal::cctz::detail::fields Struct Reference

#include <civil_time_detail.h>

Public Member Functions

CONSTEXPR_M fields (year_t year, month_t month, day_t day, hour_t hour, minute_t minute, second_t second)
 

Public Attributes

std::int_least8_t d
 
std::int_least8_t hh
 
std::int_least8_t m
 
std::int_least8_t mm
 
std::int_least8_t ss
 
std::int_least64_t y
 

Detailed Description

Definition at line 55 of file civil_time_detail.h.

Constructor & Destructor Documentation

CONSTEXPR_M absl::time_internal::cctz::detail::fields::fields ( year_t  year,
month_t  month,
day_t  day,
hour_t  hour,
minute_t  minute,
second_t  second 
)
inline

Definition at line 56 of file civil_time_detail.h.

Member Data Documentation

std::int_least8_t absl::time_internal::cctz::detail::fields::d

Definition at line 61 of file civil_time_detail.h.

std::int_least8_t absl::time_internal::cctz::detail::fields::hh

Definition at line 62 of file civil_time_detail.h.

std::int_least8_t absl::time_internal::cctz::detail::fields::m

Definition at line 60 of file civil_time_detail.h.

std::int_least8_t absl::time_internal::cctz::detail::fields::mm

Definition at line 63 of file civil_time_detail.h.

std::int_least8_t absl::time_internal::cctz::detail::fields::ss

Definition at line 64 of file civil_time_detail.h.

std::int_least64_t absl::time_internal::cctz::detail::fields::y

Definition at line 59 of file civil_time_detail.h.


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


abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:20:00