Lines Matching refs:nullary
6181 const auto nullary = [](){ return 0; };
6183 using nullary_t = decltype(nullary);
6189 return higher1st(nullary) + higher2nd(nullary)(unary);
6616 const auto nullary = [](){ return 0; };
6618 using nullary_t = decltype(nullary);
6624 return higher1st(nullary) + higher2nd(nullary)(unary);
7060 const auto nullary = [](){ return 0; };
7062 using nullary_t = decltype(nullary);
7068 return higher1st(nullary) + higher2nd(nullary)(unary);
7540 const auto nullary = [](){ return 0; };
7542 using nullary_t = decltype(nullary);
7548 return higher1st(nullary) + higher2nd(nullary)(unary);
7975 const auto nullary = [](){ return 0; };
7977 using nullary_t = decltype(nullary);
7983 return higher1st(nullary) + higher2nd(nullary)(unary);
8419 const auto nullary = [](){ return 0; };
8421 using nullary_t = decltype(nullary);
8427 return higher1st(nullary) + higher2nd(nullary)(unary);