Searched refs:greater_than_1 (Results 1 – 3 of 3) sorted by relevance
24 …const bool greater_than_1 = std::integral_constant<bool, (N > 1)>::value; // avoid compiler warnin… in test_all() local25 if (greater_than_1) in test_all()
24 …const bool greater_than_1 = std::integral_constant<bool, (N > 1)>::value; // avoid compiler warnin… in test_any() local25 if (greater_than_1) in test_any()
24 …const bool greater_than_1 = std::integral_constant<bool, (N > 1)>::value; // avoid compiler warnin… in test_none() local25 if (greater_than_1) in test_none()