LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::bitwise_or< Ty > Struct Template Reference

#include <STLExtras.h>

Inheritance diagram for llvm::bitwise_or< Ty >:

Inheritance graph
[legend]
Collaboration diagram for llvm::bitwise_or< Ty >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

bool operator() (const Ty &left, const Ty &right) const

Detailed Description

template<class Ty>
struct llvm::bitwise_or< Ty >

Definition at line 50 of file STLExtras.h.


Member Function Documentation

template<class Ty>
bool llvm::bitwise_or< Ty >::operator() const Ty &  left,
const Ty &  right
const [inline]
 

Definition at line 51 of file STLExtras.h.


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