LLVM API Documentation

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

std::less< Node * > Struct Template Reference

#include <Graph.h>

Inheritance diagram for std::less< Node * >:

Inheritance graph
[legend]
Collaboration diagram for std::less< Node * >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

bool operator() (Node *n1, Node *n2) const

Detailed Description

template<>
struct std::less< Node * >

Definition at line 125 of file Graph.h.


Member Function Documentation

bool std::less< Node * >::operator() Node n1,
Node n2
const [inline]
 

Definition at line 126 of file Graph.h.

References llvm::Node::getElement().


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