Simple-Utility v2.3.1
Loading...
Searching...
No Matches
unified_base.hpp File Reference
#include <concepts>
#include <type_traits>
Include dependency graph for unified_base.hpp:

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.