Go to the source code of this file.
Functions | |
template<typename T > | |
void | setBitString (T &bitstring, const std::vector< bool > &bits) |
Set a Bit String by a vector of bools. More... | |
|
inline |
Set a Bit String by a vector of bools.
T |
bitstring | BitString to set |
bits | vector of bools |
Definition at line 43 of file asn1_primitives_setters.h.