Changes in src/libcfa/containers/maybe [58daf53:64fc0ba]
- File:
-
- 1 edited
-
src/libcfa/containers/maybe (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/containers/maybe
r58daf53 r64fc0ba 8 8 // 9 9 // Author : Andrew Beach 10 // Created On : Wed May 2 414:43:00 201710 // Created On : Wed May 25 14:43:00 2017 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Thr May 25 16:36:00 201712 // Last Modified On : Wed Apr 25 16:58:00 2017 13 13 // Update Count : 1 14 14 // … … 41 41 42 42 forall(otype T) 43 maybe(T) ?=?(maybe(T) * this, maybe(T) other);44 45 forall(otype T)46 43 bool ?!=?(maybe(T) this, zero_t); 47 44 … … 58 55 T get(maybe(T) * this); 59 56 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 66 57 #endif // MAYBE_H
Note:
See TracChangeset
for help on using the changeset viewer.