Content deleted Content added
Line 560:
One may apply multiple attributes as a list, for instance {{cpp|[[A, B, C]]}} (where <code>A</code>, <code>B</code>, and <code>C</code> are attributes). Furthermore, attributes may also accept arguments, like {{cpp|[[A("This is a parameter")]]}}.
<syntaxhighlight lang="c">
[[nodiscard]]
bool satisfiesProperty(const struct MyStruct* s);
</syntaxhighlight>
=== Standard attributes ===
|