max_size
Syntax:
 #include <boost/bit_logic/bit_vector.hpp> 
 std::size_t max_size ( ) const ;

The max_size() function returns the maximum number of bit_elements a bit_vector can hold.

This function throws no exceptions.