c++-gtk-utils
|
Struct which will conditionally convert a reference type to a value type. More...
#include <c++-gtk-utils/param.h>
Struct which will conditionally convert a reference type to a value type.
This struct is used by Callback::make(), Callback::make_val() and Callback::make_ref() so that where a call is made to Callback::make_ref() and the target function's arguments include one with a reference, that reference is removed.
Since 2.0.0-rc3