6#ifndef SL_UTILITY_UNIFIED_BASE_HPP
7#define SL_UTILITY_UNIFIED_BASE_HPP
22 requires std::is_class_v<TTag> && std::same_as<TTag, std::remove_cvref_t<TTag>>
33 template <
class T,
class TTag>
Determines whether T is derived of unified_base with the provided tag type.
Definition: unified_base.hpp:34
Definition: operators.hpp:15
Helper type, which can be used to create a unified base class for templated derived classes and thus ...
Definition: unified_base.hpp:24