6#ifndef SL_UTILITY_CONCEPTS_UTILITY_HPP
7#define SL_UTILITY_CONCEPTS_UTILITY_HPP
26 template <
class T,
class... TArgs>
Checks whether each given type appears only once in the template argument pack.
Definition: utility.hpp:41
constexpr bool are_types_unique_v< T >
Trait overload for single type parameter packs. Returns always true.
Definition: utility.hpp:34
constexpr bool are_types_unique_v
Trait for determining if all types of a parameter pack are unique.
Definition: utility.hpp:27
Definition: operators.hpp:15