| 43 | // |
| 44 | template <class U> |
| 45 | inline object_attribute object_operators<U>::attr(char const* name) |
| 46 | { |
| 47 | object_cref2 x = *static_cast<U*>(this); |
| 48 | return object_attribute(x, name); |
| 49 | } |
| 50 | |
| 51 | template <class U> |
| 52 | inline const_object_attribute object_operators<U>::attr(char const* name) const |
no outgoing calls
no test coverage detected