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

Internal holder type holding a backend container by value. More...

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

+ Collaboration diagram for Acts::detail::ValueHolder< T >:

Public Member Functions

 ValueHolder (T &_val)=delete
 
 ValueHolder (T &&_val)
 

Public Attributes

T val
 

Detailed Description

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

Internal holder type holding a backend container by value.

Definition at line 46 of file Holders.hpp.

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

Constructor & Destructor Documentation

template<typename T >
Acts::detail::ValueHolder< T >::ValueHolder ( T _val)
delete
template<typename T >
Acts::detail::ValueHolder< T >::ValueHolder ( T &&  _val)
inline

Definition at line 55 of file Holders.hpp.

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

References testing::internal::move().

+ Here is the call graph for this function:

Member Data Documentation

template<typename T >
T Acts::detail::ValueHolder< T >::val

Definition at line 47 of file Holders.hpp.

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


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