The BitInFormat class specifies an extractable archive format.  
 More...
#include <bit7z/bitformat.hpp>
The BitInFormat class specifies an extractable archive format. 
- Note
- Usually, the user of the library should not create new formats and, instead, use the ones provided by the BitFormat namespace. 
◆ BitInFormat()
  
  |  | inlineexplicitconstexprnoexcept | 
 
Constructs a BitInFormat object with the ID value used by the 7z SDK. 
- Parameters
- 
  
    | value | the value of the format in the 7z SDK. |  
 
 
 
◆ operator!=()
  
  | 
        
          | auto operator!= | ( | BitInFormat const & | other | ) | const ->  bool |  | noexcept | 
 
- Parameters
- 
  
    | other | the target object to compare to. |  
 
- Returns
- a boolean value indicating whether this format is different from the "other" or not. 
 
 
◆ operator==()
  
  | 
        
          | auto operator== | ( | BitInFormat const & | other | ) | const ->  bool |  | noexcept | 
 
- Parameters
- 
  
    | other | the target object to compare to. |  
 
- Returns
- a boolean value indicating whether this format is equal to the "other" or not. 
 
 
◆ value()
  
  | 
        
          | auto value | ( |  | ) | const ->  unsigned char |  | noexcept | 
 
- Returns
- the value of the format in the 7z SDK. 
 
 
The documentation for this class was generated from the following file: