Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::detail::ConstRefHolder< T > Struct Template Reference

#include <acts/blob/sPHENIX/Core/include/Acts/Utilities/Holders.hpp>

Public Member Functions

 ConstRefHolder (const T *_ptr)
 

Public Attributes

const Tptr
 

Detailed Description

template<typename T>
struct Acts::detail::ConstRefHolder< T >

Internal holder type for referencing a backend without ownership that is const

Definition at line 33 of file Holders.hpp.

View newest version in sPHENIX GitHub at line 33 of file Holders.hpp

Constructor & Destructor Documentation

template<typename T >
Acts::detail::ConstRefHolder< T >::ConstRefHolder ( const T _ptr)
inlineexplicit

Definition at line 36 of file Holders.hpp.

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

Member Data Documentation

template<typename T >
const T* Acts::detail::ConstRefHolder< T >::ptr

Definition at line 34 of file Holders.hpp.

View newest version in sPHENIX GitHub at line 34 of file Holders.hpp


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