Rate this Page

Class Warning#

Nested Relationships#

Nested Types#

Class Documentation#

classWarning#

Public Types

usingwarning_variant_t=std::variant<UserWarning,DeprecationWarning>#

Public Functions

Warning(warning_variant_ttype,constSourceLocation&source_location,std::stringmsg,boolverbatim)#
Warning(warning_variant_ttype,SourceLocationsource_location,constchar*msg,boolverbatim)#
Warning(warning_variant_ttype,SourceLocationsource_location,::c10::detail::CompileTimeEmptyStringmsg,boolverbatim)#
warning_variant_ttype()const#
constSourceLocation&source_location()const#
conststd::string&msg()const#
boolverbatim()const#
classDeprecationWarning#
classUserWarning#