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