Go to the documentation of this file.
27 #ifndef __ETL__TRIVIAL_H
28 #define __ETL__TRIVIAL_H
91 {
return get()=rhs.
get(); }
95 {
return get()+=rhs; }
99 {
return get()-=rhs; }
103 {
return get()*=rhs; }
107 {
return get()/=rhs; }
111 {
return get()%=rhs; }
115 {
return get()^=rhs; }
119 {
return get()&=rhs; }
123 {
return get()>>=rhs; }
127 {
return get()<<=rhs; }