| 95 | //////////////////////////////////////////////////////////// |
| 96 | template <typename T> |
| 97 | StencilValue(T) = delete; |
| 98 | |
| 99 | unsigned int value{}; //!< The stored stencil value |
| 100 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected