Classes | Namespaces | Typedefs
InsightsOnce.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  clang::insights::Once< VALUE >
 A helper object which returns a boolean value just once and toggles it after the first query. More...
 

Namespaces

namespace  clang
 
namespace  clang::insights
 

Typedefs

using clang::insights::OnceTrue = Once< true >
 Returns true only once, following checks return false.
 
using clang::insights::OnceFalse = Once< false >
 Returns false only once, following checks return true.