|
StormByte C++ Library 1.2.0
StormByte is a comprehensive, cross-platform C++ library aimed at easing system programming, configuration management, logging, and database handling tasks. This library provides a unified API that abstracts away the complexities and inconsistencies of different platforms (Windows, Linux).
|
Derived derives from Base (std::is_base_of).
More...
#include <StormByte/type_traits/relations.hxx>
Derived derives from Base (std::is_base_of).
| Derived | Candidate derived type. |
| Base | Candidate base type. |
std::derived_from: that also requires an unambiguous, public base-to-derived conversion. This only checks the inheritance relationship itself.