reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
53 : min_(min >= 0 ? min : 0), 53 : min_(min >= 0 ? min : 0), 56 if (min < 0) { 58 << "but is actually " << min << "."; 64 } else if (min > max) { 66 << ") must be >= the invocation lower bound (" << min