home  

sp_angle_shift

Properties

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

Description

Add or remove space between '>' and '>' in '>>' (template stuff).

Default: add
vector<vector<int>>

Examples

raw CPP code sp_angle_shift=ignore sp_angle_shift=add sp_angle_shift=remove sp_angle_shift=force
vector<vector<int>> v1; vector<vector<int> > v2; array<int,(8>>2)> a1; array<array<int,(8>>2)>,4> a2; vector<vector<int> > v1; vector<vector<int> > v2; array<int,(8>>2)> a1; array<array<int,(8>>2)>,4> a2; vector<vector<int> > v1; vector<vector<int> > v2; array<int,(8>>2)> a1; array<array<int,(8>>2)>,4> a2; vector<vector<int> > v1; vector<vector<int> > v2; array<int,(8>>2)> a1; array<array<int,(8>>2)>,4> a2; vector<vector<int> > v1; vector<vector<int> > v2; array<int,(8>>2)> a1; array<array<int,(8>>2)>,4> a2;
 

Info

  Take care: the default is 'add'.
  BUG: Why a space is ALWAYS added to v1, even with 'ignore' or 'remove'?
  BUG: Why spaces are NEVER removed to v2, even with 'remove'?

  array<int,8>>2> a;   // is an Error for a compiler
  array<int,(8>>2)> a; // is Ok;

  Edited by JEAYNE

Not the best code for this option? See how to improve the .uds file used to generate these examples.