Home | History | Annotate | Download | only in dist

Lines Matching refs:nullary

6156       const auto nullary = [](){ return 0; };
6158 using nullary_t = decltype(nullary);
6164 return higher1st(nullary) + higher2nd(nullary)(unary);
6471 const auto nullary = [](){ return 0; };
6473 using nullary_t = decltype(nullary);
6479 return higher1st(nullary) + higher2nd(nullary)(unary);
6795 const auto nullary = [](){ return 0; };
6797 using nullary_t = decltype(nullary);
6803 return higher1st(nullary) + higher2nd(nullary)(unary);
7155 const auto nullary = [](){ return 0; };
7157 using nullary_t = decltype(nullary);
7163 return higher1st(nullary) + higher2nd(nullary)(unary);
7470 const auto nullary = [](){ return 0; };
7472 using nullary_t = decltype(nullary);
7478 return higher1st(nullary) + higher2nd(nullary)(unary);
7794 const auto nullary = [](){ return 0; };
7796 using nullary_t = decltype(nullary);
7802 return higher1st(nullary) + higher2nd(nullary)(unary);