Searched refs:isFailureOfType (Results 1 – 1 of 1) sorted by relevance
259 template <typename ErrT> bool isFailureOfType() const { in isFailureOfType() function260 return HasError && (*getErrorStorage())->template isFailureOfType<ErrT>(); in isFailureOfType()