| dbo:description
|
- function in C or C++ subject to inline expansion (en)
|
| dbo:wikiPageExternalLink
| |
| dbo:wikiPageWikiLink
| |
| dbp:author
|
- ISO 9899:1999, the C99 standard, section 6.7.4 (en)
- ISO/IEC 14882:2011, the current C++ standard, section 7.1.2 (en)
|
| dbp:multiline
| |
| dbp:text
|
- A function declared with an inline function specifier is an inline function... Making a function an inline function suggests that calls to the function be as fast as possible. The extent to which such suggestions are effective is implementation-defined
...An inline definition does not provide an external definition for the function, and does not forbid an external definition in another translation unit. An inline definition provides an alternative to an external definition, which a translator may use to implement any call to the function in the same translation unit. It is unspecified whether a call to the function uses the inline definition or the external definition. (en)
- A function declaration... with an inline specifier declares an inline function. The inline specifier indicates to the implementation that inline substitution of the function body at the point of call is to be preferred to the usual function call mechanism. An implementation is not required to perform this inline substitution at the point of call; however, even if this inline substitution is omitted, the other rules for inline functions defined by 7.1.2 shall still be respected. (en)
|
| dbp:wikiPageUsesTemplate
| |
| dct:subject
| |
| rdf:type
| |
| rdfs:label
|
- Inline function (en)
- Inline (C and C++) (en)
- Función inline (es)
- インライン関数 (ja)
- 인라인 함수 (ko)
- Inline (programowanie) (pl)
- 内联函数 (zh)
|
| rdfs:seeAlso
| |
| owl:differentFrom
| |
| owl:sameAs
| |
| prov:wasDerivedFrom
| |
| foaf:isPrimaryTopicOf
| |
| is dbo:wikiPageDisambiguates
of | |
| is dbo:wikiPageRedirects
of | |
| is dbo:wikiPageWikiLink
of | |
| is foaf:primaryTopic
of | |