Trait for determining the validity of library data in a container. More...
#include <OpDetVisibilityData.h>
Trait for determining the validity of library data in a container.
Cont | type of container being tested |
Enable | dummy type for std::enable_if_t hooks |
This class is expected to be specialized to provide specific behavior for custom classes. The required interface consists of the single static method:
static bool isValid(Cont const&)
returning whether cont
is validFor example:
or
Definition at line 60 of file OpDetVisibilityData.h.