Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/containers/maybe

    r58daf53 r64fc0ba  
    88//
    99// Author           : Andrew Beach
    10 // Created On       : Wed May 24 14:43:00 2017
     10// Created On       : Wed May 25 14:43:00 2017
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Thr May 25 16:36:00 2017
     12// Last Modified On : Wed Apr 25 16:58:00 2017
    1313// Update Count     : 1
    1414//
     
    4141
    4242forall(otype T)
    43 maybe(T) ?=?(maybe(T) * this, maybe(T) other);
    44 
    45 forall(otype T)
    4643bool ?!=?(maybe(T) this, zero_t);
    4744
     
    5855T get(maybe(T) * this);
    5956
    60 forall(otype T)
    61 void set(maybe(T) * this, T value);
    62 
    63 forall(otype T)
    64 void set_none(maybe(T) * this);
    65 
    6657#endif // MAYBE_H
Note: See TracChangeset for help on using the changeset viewer.