|
tesseract++ 0.0.1
N-dimensional tensor library for embedded systems
|
Compile-time inheritance check (replacement for std::is_base_of). More...
#include <simple_type_traits.h>
Static Public Attributes | |
| static constexpr bool | value = detail::is_base_of_impl<Base, Derived>::value |
Compile-time inheritance check (replacement for std::is_base_of).
| Base | Candidate base class. |
| Derived | Candidate derived class. |
Uses the compiler intrinsic __is_base_of when available, otherwise falls back to a pointer-conversion SFINAE check.
|
staticconstexpr |