MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / nullopt_t

Method nullopt_t

include/dmlc/optional.h:25–25  ·  view source on GitHub ↗

! \brief dummy constructor */

Source from the content-addressed store, hash-verified

23#if defined(_MSC_VER) && _MSC_VER < 1900
24 /*! \brief dummy constructor */
25 explicit nullopt_t(int a) {}
26#else
27 /*! \brief dummy constructor */
28 constexpr explicit nullopt_t(int a) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected