proxygen
|
#include <folly/Overload.h>
#include <boost/variant.hpp>
#include <folly/DiscriminatedPtr.h>
#include <folly/portability/GTest.h>
Go to the source code of this file.
Classes | |
struct | folly::test::One |
struct | folly::test::Two |
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
folly::test | |
Typedefs | |
using | folly::test::OneOrTwo = boost::variant< One, Two > |
Functions | |
folly::test::TEST (Overload, BoostVariant) | |
folly::test::TEST (Overload, DiscriminatedPtr) | |
folly::test::TEST (Overload, Pattern) | |