$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Graham Reitz (graham.cpp_at_[hidden])
Date: 2007-05-24 17:20:49
What is an efficient method using dynamic_bitset to do the following?
bitset1<16> = 0xabcd
mask<16> = 0x000f
result<4> = (bitset1 & mask)
What is the syntax to remove a subset of bits from a dynamic bitset?
Thanks,
Graham