src/work/alpar/invalid.h
changeset 168 27fbd1559fb7
parent 162 abfae454c3b5
child 169 940b13aba5ff
equal deleted inserted replaced
0:5fff89c81656 1:c0048a861e6b
    14   /// Invalid iterators.
    14   /// Invalid iterators.
    15   
    15   
    16   /// \ref Invalid is a global type that converts to each iterator
    16   /// \ref Invalid is a global type that converts to each iterator
    17   /// in such a way that the value of the target iterator will be invalid.
    17   /// in such a way that the value of the target iterator will be invalid.
    18   
    18   
    19   ///extern Invalid INVALID;
    19   //extern Invalid INVALID;
    20 
    20 
    21   const Invalid &INVALID = *(Invalid *)0;
    21   const Invalid &INVALID = *(Invalid *)0;
    22 
    22 
    23 };
    23 };
    24 
    24