|
tesseract++ 0.0.1
N-dimensional tensor library for embedded systems
|
Fallback implementation for is_base_of using pointer conversion. More...
#include <simple_type_traits.h>
Static Public Attributes | |
| static constexpr bool | value = check(static_cast<Derived *>(nullptr)) |
Fallback implementation for is_base_of using pointer conversion.
| Base | Candidate base class. |
| Derived | Candidate derived class. |
Exploits implicit Derived* → Base* conversion to detect inheritance. Does not handle private or ambiguous inheritance.
|
staticconstexpr |