Lines Matching refs:nullary
6077 const auto nullary = [](){ return 0; };
6079 using nullary_t = decltype(nullary);
6085 return higher1st(nullary) + higher2nd(nullary)(unary);
6392 const auto nullary = [](){ return 0; };
6394 using nullary_t = decltype(nullary);
6400 return higher1st(nullary) + higher2nd(nullary)(unary);
6716 const auto nullary = [](){ return 0; };
6718 using nullary_t = decltype(nullary);
6724 return higher1st(nullary) + higher2nd(nullary)(unary);
7076 const auto nullary = [](){ return 0; };
7078 using nullary_t = decltype(nullary);
7084 return higher1st(nullary) + higher2nd(nullary)(unary);
7391 const auto nullary = [](){ return 0; };
7393 using nullary_t = decltype(nullary);
7399 return higher1st(nullary) + higher2nd(nullary)(unary);
7715 const auto nullary = [](){ return 0; };
7717 using nullary_t = decltype(nullary);
7723 return higher1st(nullary) + higher2nd(nullary)(unary);