state method

T state()

查询状态

Implementation

T state() {
  return push(TReadState());
}