template <typename T, T& Reference>
struct GlobalReference
Defined at line 13 of file ../../zircon/system/ulib/lockdep/include/lockdep/global_reference.h
Utility type to capture a reference to a global variable in the type system.
This type can capture an lvalue reference to an object with static storage
duration, either external or internal linkage.