Lines Matching refs:nullary
8785 const auto nullary = [](){ return 0; };
8787 using nullary_t = decltype(nullary);
8793 return higher1st(nullary) + higher2nd(nullary)(unary);
9130 const auto nullary = [](){ return 0; };
9132 using nullary_t = decltype(nullary);
9138 return higher1st(nullary) + higher2nd(nullary)(unary);
9486 const auto nullary = [](){ return 0; };
9488 using nullary_t = decltype(nullary);
9494 return higher1st(nullary) + higher2nd(nullary)(unary);
10301 const auto nullary = [](){ return 0; };
10303 using nullary_t = decltype(nullary);
10309 return higher1st(nullary) + higher2nd(nullary)(unary);
11125 const auto nullary = [](){ return 0; };
11127 using nullary_t = decltype(nullary);
11133 return higher1st(nullary) + higher2nd(nullary)(unary);