FuncDeclaration.checkNRVO

Check all return statements for a function to verify that returning using NRVO is possible.

class FuncDeclaration
final
bool
checkNRVO
()

Return Value

Type: bool

false if the result cannot be returned by hidden reference.

Suggestion Box / Bug Report