Lines Matching refs:nullary
5276 const auto nullary = [](){ return 0; };
5278 using nullary_t = decltype(nullary);
5284 return higher1st(nullary) + higher2nd(nullary)(unary);
6093 const auto nullary = [](){ return 0; };
6095 using nullary_t = decltype(nullary);
6101 return higher1st(nullary) + higher2nd(nullary)(unary);
6925 const auto nullary = [](){ return 0; };
6927 using nullary_t = decltype(nullary);
6933 return higher1st(nullary) + higher2nd(nullary)(unary);