A template for defining ODR‐usable constexpr instances, free of ODR and init‐order problems.

Synopsis

Declared in <folly/lang/StaticConst.h>

template<typename T>
struct StaticConst;

Static Data Members

Name

Description

value

The constexpr instance of T.

Created with MrDocs