ponder
3.2
C++ reflection library
|
Call return copy policy. More...
#include <type.hpp>
Static Public Attributes | |
static constexpr ReturnKind | kind = ReturnKind::Copy |
The policy enum kind. | |
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.