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

Method fields

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

Source from the content-addressed store, hash-verified

4795
4796#if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__ <= 409)
4797 fields() : ymd{nanyear/0/0}, wd{8u}, tod{}, has_tod{false} {}
4798#else
4799 fields() = default;
4800#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected