class ParseErrorCategory

Declaration

class ParseErrorCategory : public std::error_category { /* full declaration omitted */ };

Declared at: clang/include/clang/Format/Format.h:44

Inherits from: std::error_category

Method Overview

  • public std::string message(int EV) const
  • public const char * name() const noexcept

Methods

std::string message(int EV) const

Declared at: clang/include/clang/Format/Format.h:47

Parameters

int EV

const char* name() const noexcept

Declared at: clang/include/clang/Format/Format.h:46