◐ Shell
clean mode source ↗

cpp/feature test - cppreference.com

De cppreference.com

Feature testing macro: {{{1}}}

Cria uma anotação. Várias anotações já estão definidos:

Original:

Creates an annotation. Several annotations are already defined:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

; Diversos

Original:

; Miscellaneous

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark deprecated}} resulta em (obsoleta)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark optional}} resulta em (opcional)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark implicit}} resulta em (declarada implicitamente)

Original:

{{mark implicit}} results in (declarada implicitamente)

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark concept}} resulta em (conceito)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark typedef}} resulta em (typedef)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark enum}} resulta em (enum)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark keyword}} resulta em (palavra-chave)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark language}} resulta em (língua)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

, Padrões

Original:

; Standards

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark c++11}} resulta em (C++11)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark since c++11}} resulta em (desde C++11)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark until c++11}} resulta em (até C++11)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark c99}} resulta em (C99)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark since c99}} resulta em (desde C99)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark c11}} resulta em (C11)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark until c11}} resulta em (até C11)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark since c11}} resulta em (desde C11)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

, Funções

Original:

; Functions

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark fun}} resulta em (função)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark tfun}} resulta em (modelo de função)

Original:

{{mark tfun}} results in (modelo de função)

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark mem fun}} resulta em (função pública membro)

Original:

{{mark mem fun}} results in (função pública membro)

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark mem sfun}} resulta em (função public static membro)

Original:

{{mark mem sfun}} results in (função public static membro)

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark mem vfun}} resulta em (função pública virtual membro)

Original:

{{mark mem vfun}} results in (função pública virtual membro)

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark priv mem fun}} resulta em (função de membro privado)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark prot mem fun}} resulta em (protegido função de membro)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark prot mem vfun}} resulta em (virtual protegido função de membro)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark macro fun}} resulta em (função macro)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Classes.;

Original:

; Classes

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark class}} resulta em (classe)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark tclass}} resulta em (modelo de classe)

Original:

{{mark tclass}} results in (modelo de classe)

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark ptclass}} resulta em (especialização modelo. classe)

Original:

{{mark ptclass}} results in (especialização modelo. classe)

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark mem class}} resulta em (public class membro)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark priv mem class}} resulta em (classe membro privado)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark prot mem class}} resulta em (protegidos classe membro)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

; Constantes

Original:

; Constants

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark macro const}} resulta em (macro constante)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark const}} resulta em (constante)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark mem const}} resulta em (membro público constante)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark mem sconst}} resulta em (membro estático público constante)

Original:

{{mark mem sconst}} results in (membro estático público constante)

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Objetos.;

Original:

; Objects

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark mem obj}} resulta em (objeto membro público)

Original:

{{mark mem obj}} results in (objeto membro público)

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark priv mem obj}} resulta em (objeto membro privado)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

{{mark prot mem obj}} resulta em (objeto protegido membro)

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.