Go to the source code of this file.
◆ FOR_EACH
      
        
          | #define FOR_EACH | ( |  | func, | 
        
          |  |  |  | ... | 
        
          |  | ) |  |  | 
      
 
Value:
    FOR_EACH_BRIE(func, __VA_ARGS__)        \
    FOR_EACH_PROVENANCE(func, __VA_ARGS__)  \
    FOR_EACH_EQREL(func, __VA_ARGS__)
 
Definition at line 116 of file Util.h.
 
 
◆ FOR_EACH_BRIE
      
        
          | #define FOR_EACH_BRIE | ( |  | func, | 
        
          |  |  |  | ... | 
        
          |  | ) |  |  | 
      
 
 
◆ FOR_EACH_BTREE
      
        
          | #define FOR_EACH_BTREE | ( |  | func, | 
        
          |  |  |  | ... | 
        
          |  | ) |  |  | 
      
 
Value:    func(
Btree, 0, __VA_ARGS__) \
    func(
Btree, 1, __VA_ARGS__) \
    func(
Btree, 2, __VA_ARGS__) \
    func(
Btree, 3, __VA_ARGS__) \
    func(
Btree, 4, __VA_ARGS__) \
    func(
Btree, 5, __VA_ARGS__) \
    func(
Btree, 6, __VA_ARGS__) \
    func(
Btree, 7, __VA_ARGS__) \
    func(
Btree, 8, __VA_ARGS__) \
    func(
Btree, 9, __VA_ARGS__) \
    func(
Btree, 10, __VA_ARGS__) \
    func(
Btree, 11, __VA_ARGS__) \
    func(
Btree, 12, __VA_ARGS__) \
    func(
Btree, 13, __VA_ARGS__) \
    func(
Btree, 14, __VA_ARGS__) \
    func(
Btree, 15, __VA_ARGS__) \
    func(
Btree, 16, __VA_ARGS__) \
    func(
Btree, 17, __VA_ARGS__) \
    func(
Btree, 18, __VA_ARGS__) \
    func(
Btree, 19, __VA_ARGS__) \
    func(
Btree, 20, __VA_ARGS__)
Definition at line 66 of file Util.h.
 
 
◆ FOR_EACH_EQREL
      
        
          | #define FOR_EACH_EQREL | ( |  | func, | 
        
          |  |  |  | ... | 
        
          |  | ) |  | func(Eqrel, 2, __VA_ARGS__) | 
      
 
 
◆ FOR_EACH_PROVENANCE
      
        
          | #define FOR_EACH_PROVENANCE | ( |  | func, | 
        
          |  |  |  | ... | 
        
          |  | ) |  |  | 
      
 
Value:
Definition at line 34 of file Util.h.
 
 
 
btree_set< t_tuple< Arity >, comparator< Arity >, std::allocator< t_tuple< Arity > >, 256, typename detail::default_strategy< t_tuple< Arity > >::type, comparator< Arity - 2 >, ProvenanceUpdater< Arity > > Provenance