diff -r d8fccb2cd802 -r 468f4c8d3d5b DITA-OT_CXX_Plugin/cxxapiref/doc/cxxFunction/cxxFunctionExplicit.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DITA-OT_CXX_Plugin/cxxapiref/doc/cxxFunction/cxxFunctionExplicit.dita Wed Aug 11 14:49:30 2010 +0100 @@ -0,0 +1,24 @@ + + + + + cxxFunctionExplicit + Describes a special member function (that must always be a constructor) with an explicit Function-specifier + + +
+ Description

This describes an explicit special member +function (that must always be a constructor). This has two mandatory attributes; name and value (see example below).

See ISO/IEC 14882:2003(E) 7.1.2 Function specifiers [dcl.fct.spec]

+

The explicit specifier shall be used only in declarations of constructors within a class declaration; see ISO/IEC 14882:2003(E) +12.3.1.

+
+
+
+
+
+
+ +