Inside this bs. The template to_string & lt; Char, char_traits & lt; Char> Allocator () this grammar don't understand, this to_string & lt; Char, char_traits & lt; Char> Allocator () is a function call, then in front of the bs. The template and expressed what do you mean
CodePudding user response:
The building Lord, found in vs2013 debugging, the bs. The above template to_string & lt; Char, char_traits & lt; Char> Allocator (a); Code eventually invoke the code below:
For (_Pos=_Bits; 0 <_Pos; ) If (test (-- _Pos)) _Str +=_E1; The else _Str +=_E0; Return (_Str); }
And it is the code in the bitset class template to_string code, so the speculation, personally think: in front of the bs. The template is tells the compiler to invoke bitset class template to_string function in the output,