class BuildPreambleErrorCategory

Declaration

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

Declared at: clang/include/clang/Frontend/PrecompiledPreamble.h:245

Inherits from: std::error_category

Method Overview

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

Methods

std::string message(int condition) const

Declared at: clang/include/clang/Frontend/PrecompiledPreamble.h:248

Parameters

int condition

const char* name() const noexcept

Declared at: clang/include/clang/Frontend/PrecompiledPreamble.h:247