Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

6 lines
614 B
XML

<?xml version="1.0"?>
<clause number="18.1.2" title="Struct interfaces">
<paragraph>A struct declaration may include a <non_terminal where="18.1.2">struct-interfaces</non_terminal> specification, in which case the struct is said to implement the given interface types. <grammar_production><name><non_terminal where="18.1.2">struct-interfaces</non_terminal></name> : <rhs><terminal>:</terminal><non_terminal where="17.1.2">interface-type-list</non_terminal></rhs></grammar_production></paragraph>
<paragraph>Interface implementations are discussed further in <hyperlink>20.4</hyperlink>. </paragraph>
</clause>