Template Function setBitString

Function Documentation

template<typename T>
inline void setBitString(T &bitstring, const std::vector<bool> &bits)

Set a Bit String by a vector of bools.

Template Parameters:

T

Parameters:
  • bitstring – BitString to set

  • bits – vector of bools