sp_cpp_before_struct_binding_after_byref
Category: Spacing options Type: multiple (ignore add remove force) Default: ignore
Add or remove space before C++17 structured bindings after byref.
raw CPP code | sp_cpp_before_struct_binding_after_byref=ignore | sp_cpp_before_struct_binding_after_byref=add | sp_cpp_before_struct_binding_after_byref=remove | sp_cpp_before_struct_binding_after_byref=force | space sp_cpp_before_struct_binding_after_byref=force |
---|---|---|---|---|---|
struct S{int a;long l;float f;char c[8]}S; union U{int a;long l;float f;char c[8]}U; | struct S {int a; long l; float f; char c[8]} S; union U {int a; long l; float f; char c[8]} U; | struct S {int a; long l; float f; char c[8]} S; union U {int a; long l; float f; char c[8]} U; | struct S {int a; long l; float f; char c[8]} S; union U {int a; long l; float f; char c[8]} U; | struct S {int a; long l; float f; char c[8]} S; union U {int a; long l; float f; char c[8]} U; | structS{inta;longl;floatf;charc[8]}S; unionU{inta;longl;floatf;charc[8]}U; |
Not the best code for this option? See how to improve the .uds file used to generate these examples.