20 using namespace folly;
29 std::placeholders::_1));
40 TEST(NonCopyableLambda, unique_ptr) {
42 auto int_ptr = std::make_unique<int>(1);
52 std::placeholders::_1));
81 TEST(NonCopyableLambda, FunctionConst) {
#define EXPECT_THROW(statement, expected_exception)
#define EXPECT_EQ(val1, val2)
constexpr detail::Map< Move > move
—— Concurrent Priority Queue Implementation ——
#define EXPECT_TRUE(condition)
std::enable_if< std::is_same< Unit, B >::value, void >::type setValue()
int bind(NetworkSocket s, const sockaddr *name, socklen_t namelen)
#define EXPECT_FALSE(condition)
TEST(SequencedExecutor, CPUThreadPoolExecutor)