home  

sp_cpp_before_struct_binding

Properties

  Category: Spacing options
      Type: multiple (ignore add remove force)
   Default: ignore

Description

Add or remove space before C++17 structured bindings.

Examples

raw CPP code sp_cpp_before_struct_binding=ignore sp_cpp_before_struct_binding=add sp_cpp_before_struct_binding=remove sp_cpp_before_struct_binding=force space
sp_cpp_before_struct_binding=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.