Explicitly convert to a const lvalue reference to the underlying value.
Synopsis
Declared in <folly/lang/Strong.h>
constexpr
explicit
operator T const&() const &;
Return Value
A const lvalue reference to the underlying value.
Created with MrDocs