macro_rules! op_single_arg {
    ($type:ident, 
    $name:ident, 
    $variable:ident, 
    $default:ident) => { ... };
}
Expand description

| OP_SINGLE_ARG provides a shorter initialization | choice for initialization of member | variables for the class constructors. | | This is a workaround for CUDA9.2 and | GCC7 |