Ad
  • Custom User Avatar

    Just a note: in real code, it is important to mark this kind of alias with const, otherwise calling countbits will result in dynamic dispatch each time (which incurs a severe performance penalty).