MCPcopy Create free account
hub / github.com/HowardHinnant/date / iso_encoding

Method iso_encoding

include/date/date.h:1885–1890  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1883}
1884
1885CONSTCD11
1886inline
1887unsigned weekday::iso_encoding() const NOEXCEPT
1888{
1889 return unsigned{((wd_ == 0u) ? 7u : wd_)};
1890}
1891
1892CONSTCD11
1893inline

Callers 1

iso_week.hFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected