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

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

Static Public Attributes

static constexpr bool comparison_works
 
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::concept::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::concept::detail_slc::SourceLinkConcept< T >::comparison_works
static
Initial value:
=
identical_to<bool, comparable_t, T>

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::concept::detail_slc::SourceLinkConcept< T >::copyable = std::is_copy_constructible_v<T>
static

Definition at line 43 of file SourceLinkConcept.hpp.

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

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

Definition at line 46 of file SourceLinkConcept.hpp.

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

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

Definition at line 37 of file SourceLinkConcept.hpp.

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

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

Definition at line 51 of file SourceLinkConcept.hpp.

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


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