Beispiel #1
0
 void assign(basic_json<Char, Alloc>& self, long long val)
 {
     self.assign_integer(val);
 }