Lines Matching refs:nullary
16751 const auto nullary = [](){ return 0; };
16753 using nullary_t = decltype(nullary);
16759 return higher1st(nullary) + higher2nd(nullary)(unary);
17568 const auto nullary = [](){ return 0; };
17570 using nullary_t = decltype(nullary);
17576 return higher1st(nullary) + higher2nd(nullary)(unary);
18400 const auto nullary = [](){ return 0; };
18402 using nullary_t = decltype(nullary);
18408 return higher1st(nullary) + higher2nd(nullary)(unary);