get<T> method

T get<T>()

Implementation

T get<T>() {
  return ScopeRegistrant.get<T>(this);
}