Searched defs:bitset_test (Results 1 – 1 of 1) sorted by relevance
134 struct bitset_test { struct136 typedef typename Bitset::block_type Block;145 static void from_unsigned_long(NumBits num_bits, Value num) in from_unsigned_long()185 static void from_string(const std::basic_string<Ch, Tr, Al>& str, in from_string()218 static void to_block_range(const Bitset & b /*, BlockOutputIterator result*/) in to_block_range()249 static void from_block_range(const std::vector<Block>& blocks) in from_block_range()279 static void copy_constructor(const Bitset& b) in copy_constructor()293 static void copy_assignment_operator(const Bitset& lhs, const Bitset& rhs) in copy_assignment_operator()308 static void max_size(const Bitset& b) in max_size()316 static void move_constructor(const Bitset& b) in move_constructor()[all …]