Home | History | Annotate | Download | only in dist

Lines Matching refs:nullary

6323       const auto nullary = [](){ return 0; };
6325 using nullary_t = decltype(nullary);
6331 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);
7202 const auto nullary = [](){ return 0; };
7204 using nullary_t = decltype(nullary);
7210 return higher1st(nullary) + higher2nd(nullary)(unary);
7682 const auto nullary = [](){ return 0; };
7684 using nullary_t = decltype(nullary);
7690 return higher1st(nullary) + higher2nd(nullary)(unary);
8117 const auto nullary = [](){ return 0; };
8119 using nullary_t = decltype(nullary);
8125 return higher1st(nullary) + higher2nd(nullary)(unary);
8561 const auto nullary = [](){ return 0; };
8563 using nullary_t = decltype(nullary);
8569 return higher1st(nullary) + higher2nd(nullary)(unary);