Main Content
enableCPP
Enable C++ support for function entry in code replacement table
Syntax
Description
enableCPP(
enables C++ support for a
function entry in a code replacement table. This support allows you to specify a C++
namespace for the implementation function defined in the entry (see the hEntry
)setNameSpace
function).
When you register a code replacement library containing C++ function entries, you
must specify the value {'C++'}
for the
LanguageConstraint
property of the code replacement registry
entry. For more information, see Register Code Replacement Library.
Examples
Input Arguments
Version History
Introduced in R2010a