| 39 | public: |
| 40 | template <typename MaybeAlgorithm> |
| 41 | static void Update(MaybeAlgorithm* maybeAlgorithm) |
| 42 | { |
| 43 | UpdateIfAlgorithm::MaybeUpdate(maybeAlgorithm); |
| 44 | } |
| 45 | }; |
| 46 | |
| 47 | // A template for constructing view nodes associated with scene elements and |
no outgoing calls
no test coverage detected