![]()  | 
  
    P4C
    
   The P4 Compiler 
   | 
 
Public Types | |
| using | difference_type = std::ptrdiff_t | 
| using | iterator_category = std::bidirectional_iterator_tag | 
| using | pointer = const bitvec * | 
| using | reference = const bool & | 
| using | value_type = const bitvec | 
Public Member Functions | |
| nonconst_bitref (const bitref< bitvec & > &a) | |
| nonconst_bitref (const nonconst_bitref &a)=default | |
| nonconst_bitref (nonconst_bitref &&a)=default | |
| bool | operator= (bool b) const | 
| bool | set (bool b=true) | 
Friends | |
| class | bitvec |