Simple-Utility v2.3.1
|
#include <concepts>
#include <type_traits>
Go to the source code of this file.
Classes | |
struct | sl::unified_base< TTag > |
Helper type, which can be used to create a unified base class for templated derived classes and thus getting an straight-forward way of disambiguing binary operators. More... | |
Namespaces | |
namespace | sl |
Concepts | |
concept | sl::derived_from_unified_base |
Determines whether T is derived of unified_base with the provided tag type. | |