numeric_limits::lowest
Retorna o valor finito mais negativo.
static Type lowest() throw();
Valor de retorno
Retorna o valor finito mais negativo.
Comentários
Retorna o valor finito mais negativo para o tipo (que normalmente é min () para tipos inteiros e -max () para tipos de ponto flutuante).O valor de retorno é significativo se is_bounded é true.
The throw() is not present if _HAS_EXCEPTIONS is false, and present if _HAS_EXCEPTIONS is true.
Requisitos
Cabeçalho: <limits>
Namespace: std