Classes | |
struct | catsfoot::op_eq |
Wraps operator==. More... | |
struct | catsfoot::op_neq |
Wraps operator!=. More... | |
struct | catsfoot::op_plus |
Wraps operator+. More... | |
struct | catsfoot::op_times |
Wraps operator*. More... | |
struct | catsfoot::op_lsh |
Wraps operator<<. More... | |
struct | catsfoot::op_lt |
Wraps operator<. More... | |
struct | catsfoot::op_inc |
Wraps operator++. More... | |
struct | catsfoot::op_post_inc |
Wraps operator++(T&, int) More... | |
struct | catsfoot::op_star |
Wraps operator*. More... | |
struct | catsfoot::wrapped_constructor< T > |
Wraps constructor T. More... |