Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/containers/result

    r58daf53 r64fc0ba  
    88//
    99// Author           : Andrew Beach
    10 // Created On       : Wed May 24 14:45:00 2017
     10// Created On       : Wed May 25 14:45:00 2017
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Thr May 25 16:39:00 2017
     12// Last Modified On : Wed May 25 16:57:00 2017
    1313// Update Count     : 1
    1414//
     
    5050
    5151forall(otype T, otype E)
    52 result(T, E) ?=?(result(T, E) * this, result(T, E) other);
    53 
    54 forall(otype T, otype E)
    5552bool ?!=?(result(T, E) this, zero_t);
    5653
     
    7067E get_error(result(T, E) * this);
    7168
    72 forall(otype T, otype E)
    73 void set(result(T, E) * this, T value);
    74 
    75 forall(otype T, otype E)
    76 void set_error(result(T, E) * this, E error);
    77 
    7869#endif // RESULT_H
Note: See TracChangeset for help on using the changeset viewer.