|
Simple-Utility v2.3.1
|
Determines whether T is derived of unified_base with the provided tag type.
More...
#include <unified_base.hpp>
Determines whether T is derived of unified_base with the provided tag type.
| T | The type to check. |
| TTag | The tag type to check for. |
std::is_base_of_v instead of std::derived_from because the former detects private inheritance, which is in fact the intended inheritance type.