ponder 3.2
C++ reflection library
ponder::policy::ReturnCopy Struct Reference

Call return copy policy. More...

#include <type.hpp>

Static Public Attributes

static constexpr ReturnKind kind = ReturnKind::Copy
 The policy enum kind.
 

Detailed Description

Call return copy policy.

When added to a function declaration this sets the call return policy to copy. Any values returned by a function are copied. This is the default behaviour.


The documentation for this struct was generated from the following file: