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