Changeset 058ece2 for libcfa/src
- Timestamp:
 - Oct 19, 2022, 4:55:09 PM (3 years ago)
 - Branches:
 - ADT, ast-experimental, master
 - Children:
 - d191e24
 - Parents:
 - 135143ba
 - File:
 - 
      
- 1 edited
 
- 
          
  libcfa/src/containers/array.hfa (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
libcfa/src/containers/array.hfa
r135143ba r058ece2 175 175 176 176 // Wrapper 177 struct all_t {} all;177 extern struct all_t {} all; 178 178 forall( [N], S & | sized(S), Te &, result &, Tbase & | { tag(result) enq_( tag(Tbase), tag(N), tag(S), tag(Te) ); } ) 179 179 static inline result & ?[?]( arpk(N, S, Te, Tbase) & this, all_t ) {  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.