Lines Matching refs:nullary
6119 const auto nullary = [](){ return 0; };
6121 using nullary_t = decltype(nullary);
6127 return higher1st(nullary) + higher2nd(nullary)(unary);
6434 const auto nullary = [](){ return 0; };
6436 using nullary_t = decltype(nullary);
6442 return higher1st(nullary) + higher2nd(nullary)(unary);
6758 const auto nullary = [](){ return 0; };
6760 using nullary_t = decltype(nullary);
6766 return higher1st(nullary) + higher2nd(nullary)(unary);
7118 const auto nullary = [](){ return 0; };
7120 using nullary_t = decltype(nullary);
7126 return higher1st(nullary) + higher2nd(nullary)(unary);
7433 const auto nullary = [](){ return 0; };
7435 using nullary_t = decltype(nullary);
7441 return higher1st(nullary) + higher2nd(nullary)(unary);
7757 const auto nullary = [](){ return 0; };
7759 using nullary_t = decltype(nullary);
7765 return higher1st(nullary) + higher2nd(nullary)(unary);