Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1885
CONSTCD11
1886
inline
1887
unsigned weekday::iso_encoding() const NOEXCEPT
1888
{
1889
return unsigned{((wd_ == 0u) ? 7u : wd_)};
1890
}
1891
1892
CONSTCD11
1893
inline
Callers
1
iso_week.h
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected