EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::Concepts::detail_slc::SourceLinkConcept< T > Struct Template Reference

#include <acts/blob/sPHENIX/Core/include/Acts/EventData/SourceLinkConcept.hpp>

Static Public Attributes

static constexpr bool comparison_works = identical_to<bool, comparable_t, T>
 
static constexpr bool surface_method_exists
 
static constexpr bool copyable = std::is_copy_constructible_v<T>
 
static constexpr bool default_constructible
 
static constexpr bool value
 

Detailed Description

template<typename T>
struct Acts::Concepts::detail_slc::SourceLinkConcept< T >

Definition at line 31 of file SourceLinkConcept.hpp.

View newest version in sPHENIX GitHub at line 31 of file SourceLinkConcept.hpp

Member Data Documentation

template<typename T >
constexpr bool Acts::Concepts::detail_slc::SourceLinkConcept< T >::comparison_works = identical_to<bool, comparable_t, T>
static

Definition at line 32 of file SourceLinkConcept.hpp.

View newest version in sPHENIX GitHub at line 32 of file SourceLinkConcept.hpp

template<typename T >
constexpr bool Acts::Concepts::detail_slc::SourceLinkConcept< T >::copyable = std::is_copy_constructible_v<T>
static

Definition at line 41 of file SourceLinkConcept.hpp.

View newest version in sPHENIX GitHub at line 41 of file SourceLinkConcept.hpp

template<typename T >
constexpr bool Acts::Concepts::detail_slc::SourceLinkConcept< T >::default_constructible
static
Initial value:
=
std::is_default_constructible_v<T>

Definition at line 44 of file SourceLinkConcept.hpp.

View newest version in sPHENIX GitHub at line 44 of file SourceLinkConcept.hpp

template<typename T >
constexpr bool Acts::Concepts::detail_slc::SourceLinkConcept< T >::surface_method_exists
static
Initial value:
=
converts_to<const Surface&, surface_method_t, T>

Definition at line 36 of file SourceLinkConcept.hpp.

View newest version in sPHENIX GitHub at line 36 of file SourceLinkConcept.hpp

template<typename T >
constexpr bool Acts::Concepts::detail_slc::SourceLinkConcept< T >::value
static
Initial value:

Definition at line 49 of file SourceLinkConcept.hpp.

View newest version in sPHENIX GitHub at line 49 of file SourceLinkConcept.hpp


The documentation for this struct was generated from the following file: