cpp/feature test
Da cppreference.com
< cpp
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.
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.
You can help to correct and verify the translation. Click here for instructions.
{{mark deprecated}} resulta em (obsoleta)
Original:
{{mark deprecated}} results in (obsoleta)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
{{mark optional}} resulta em (opcional)
Original:
{{mark optional}} results in (opcional)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
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.
You can help to correct and verify the translation. Click here for instructions.
{{mark concept}} resulta em (conceito)
Original:
{{mark concept}} results in (conceito)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
{{mark typedef}} resulta em (typedef)
Original:
{{mark typedef}} results in (typedef)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
{{mark enum}} resulta em (enum)
Original:
{{mark enum}} results in (enum)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
{{mark keyword}} resulta em (palavra-chave)
Original:
{{mark keyword}} results in (palavra-chave)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
{{mark language}} resulta em (língua)
Original:
{{mark language}} results in (língua)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
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.
You can help to correct and verify the translation. Click here for instructions.
{{mark c++11}} resulta em (C++11)
Original:
{{mark c++11}} results in (C++11)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
{{mark since c++11}} resulta em (desde C++11)
Original:
{{mark since c++11}} results in (desde C++11)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
{{mark until c++11}} resulta em (até C++11)
Original:
{{mark until c++11}} results in (até C++11)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
{{mark c99}} resulta em (C99)
Original:
{{mark c99}} results in (C99)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
{{mark since c99}} resulta em (desde C99)
Original:
{{mark since c99}} results in (desde C99)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
{{mark c11}} resulta em (C11)
Original:
{{mark c11}} results in (C11)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
{{mark until c11}} resulta em (até C11)
Original:
{{mark until c11}} results in (até C11)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
{{mark since c11}} resulta em (desde C11)
Original:
{{mark since c11}} results in (desde C11)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
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.
You can help to correct and verify the translation. Click here for instructions.
{{mark fun}} resulta em (função)
Original:
{{mark fun}} results in (função)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
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.
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.
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.
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.
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:
{{mark priv mem fun}} results in (função de membro privado)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
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:
{{mark prot mem fun}} results in (protegido função de membro)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
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:
{{mark prot mem vfun}} results in (virtual protegido função de membro)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
{{mark macro fun}} resulta em (função macro)
Original:
{{mark macro fun}} results in (função macro)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
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.
You can help to correct and verify the translation. Click here for instructions.
{{mark class}} resulta em (classe)
Original:
{{mark class}} results in (classe)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
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.
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.
You can help to correct and verify the translation. Click here for instructions.
{{mark mem class}} resulta em (public class membro)
Original:
{{mark mem class}} results in (public class membro)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
{{mark priv mem class}} resulta em (classe membro privado)
Original:
{{mark priv mem class}} results in (classe membro privado)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
{{mark prot mem class}} resulta em (protegidos classe membro)
Original:
{{mark prot mem class}} results in (protegidos classe membro)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
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.
You can help to correct and verify the translation. Click here for instructions.
{{mark macro const}} resulta em (macro constante)
Original:
{{mark macro const}} results in (macro constante)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
{{mark const}} resulta em (constante)
Original:
{{mark const}} results in (constante)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
{{mark mem const}} resulta em (membro público constante)
Original:
{{mark mem const}} results in (membro 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.
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.
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.
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.
You can help to correct and verify the translation. Click here for instructions.
{{mark priv mem obj}} resulta em (objeto membro privado)
Original:
{{mark priv mem obj}} results in (objeto membro privado)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
{{mark prot mem obj}} resulta em (objeto protegido membro)
Original:
{{mark prot mem obj}} results in (objeto protegido membro)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
The above documentation is transcluded from Template:mark/doc. (edit | history) Subpages of this page. |