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
Methods
¶std::string message(int condition) const
std::string message(int condition) const
Declared at: clang/include/clang/Frontend/PrecompiledPreamble.h:248
Parameters
- int condition
¶const char* name() const noexcept
const char* name() const noexcept
Declared at: clang/include/clang/Frontend/PrecompiledPreamble.h:247