| libgrape-lite
    A C++ library for parallel graph processing | 
| Classes | |
| class | const_iterator | 
| Public Member Functions | |
| FilterConstAdjList (const NbrT *b, const NbrT *e, PRED_T pred) | |
| bool | Empty () const | 
| bool | NotEmpty () const | 
| const_iterator | begin () const | 
| const_iterator | end () const | 
| bool | empty () const | 
| Private Types | |
| using | NbrT = Nbr< VID_T, EDATA_T > | 
| Private Attributes | |
| const NbrT * | begin_ | 
| const NbrT * | end_ | 
| PRED_T | pred_ |