clang API Documentation

Public Member Functions
clang::Sema::SFINAETrap Class Reference

RAII class used to determine whether SFINAE has trapped any errors that occur during template argument deduction. More...

#include <Sema.h>

List of all members.

Public Member Functions

 SFINAETrap (Sema &SemaRef, bool AccessCheckingSFINAE=false)
 ~SFINAETrap ()
bool hasErrorOccurred () const
 Determine whether any SFINAE errors have been trapped.

Detailed Description

RAII class used to determine whether SFINAE has trapped any errors that occur during template argument deduction.

Definition at line 6603 of file Sema.h.


Constructor & Destructor Documentation

clang::Sema::SFINAETrap::SFINAETrap ( Sema SemaRef,
bool  AccessCheckingSFINAE = false 
) [inline, explicit]

Member Function Documentation


The documentation for this class was generated from the following file: