|
proxygen
|
#include <folly/Lazy.h>#include <functional>#include <iostream>#include <map>#include <folly/portability/GTest.h>Go to the source code of this file.
Classes | |
| struct | folly::CopyCount |
Namespaces | |
| folly | |
| —— Concurrent Priority Queue Implementation —— | |
Functions | |
| folly::TEST (Lazy, Simple) | |
| folly::TEST (Lazy, Global) | |
| folly::TEST (Lazy, Map) | |
| folly::TEST (Lazy, NonLambda) | |
| folly::TEST (Lazy, Consty) | |
Variables | |
| auto | folly::globalCount = folly::lazy([] { return 0; }) |
| auto const | folly::foo |