proxygen
|
Go to the source code of this file.
Classes | |
struct | Cons< Car, Cdr > |
Typedefs | |
template<class T > | |
using | AddPointer = T * |
using | Nil = Empty |
Functions | |
TEST (TypeList, Basic) | |
TEST (TypeList, Defer) | |
TEST (TypeList, Transform) | |
TEST (TypeList, Fold) | |
TEST (TypeList, Unique) | |
TEST (TypeList, PushFront) | |
TEST (TypeList, PushBack) | |
TEST (TypeList, Join) | |
using AddPointer = T* |
Definition at line 40 of file TypeListTest.cpp.
Definition at line 59 of file TypeListTest.cpp.
TEST | ( | TypeList | , |
Basic | |||
) |
Definition at line 33 of file TypeListTest.cpp.
TEST | ( | TypeList | , |
Defer | |||
) |
Definition at line 42 of file TypeListTest.cpp.
References folly::value().
TEST | ( | TypeList | , |
Transform | |||
) |
Definition at line 49 of file TypeListTest.cpp.
References folly::value().
TEST | ( | TypeList | , |
Fold | |||
) |
Definition at line 63 of file TypeListTest.cpp.
References folly::E1, folly::E2, and value.
TEST | ( | TypeList | , |
Unique | |||
) |
Definition at line 89 of file TypeListTest.cpp.
References folly::value().
TEST | ( | TypeList | , |
PushFront | |||
) |
Definition at line 97 of file TypeListTest.cpp.
References folly::value().
TEST | ( | TypeList | , |
PushBack | |||
) |
Definition at line 107 of file TypeListTest.cpp.
References folly::value().
TEST | ( | TypeList | , |
Join | |||
) |
Definition at line 117 of file TypeListTest.cpp.
References folly::value().