Template Struct SourceLinkConceptImpl¶
Defined in File SourceLinkConcept.hpp
Struct Documentation¶
-
template<typename
T>
structActs::Concepts::SourceLinkConceptImpl¶ Public Static Attributes
-
constexpr bool
hasGeometryIdAccessor= std::is_same_v<std::decay_t<decltype(std::declval<T>().geometryId())>, GeometryIdentifier>¶
-
constexpr bool
isEqualityComparable= std::is_same_v<decltype(std::declval<T>() == std::declval<T>()), bool> and std::is_same_v<decltype(std::declval<T>() != std::declval<T>()), bool>¶
-
constexpr bool value = isDefaultInitializable and isCopyable andisEqualityComparable and hasGeometryIdAccessor
-
constexpr bool