get<TT> method

TT get<TT>()

Implementation

TT get<TT>() {
  return result as TT;
}