ATLAS Offline Software
Loading...
Searching...
No Matches
ActsTrk::SeedingTool::external_spacepoint< spacepoint_iterator_t > Struct Template Reference

#include <SeedingTool.h>

Collaboration diagram for ActsTrk::SeedingTool::external_spacepoint< spacepoint_iterator_t >:

Public Types

using type

Detailed Description

template<typename spacepoint_iterator_t>
struct ActsTrk::SeedingTool::external_spacepoint< spacepoint_iterator_t >

Definition at line 69 of file SeedingTool.h.

Member Typedef Documentation

◆ type

template<typename spacepoint_iterator_t>
using ActsTrk::SeedingTool::external_spacepoint< spacepoint_iterator_t >::type
Initial value:
typename std::conditional<
std::is_pointer< typename spacepoint_iterator_t::value_type >::value,
typename std::remove_const< typename std::remove_pointer< typename spacepoint_iterator_t::value_type >::type >::type,
typename std::remove_const< typename spacepoint_iterator_t::value_type >::type
typename std::conditional< std::is_pointer< typename spacepoint_iterator_t::value_type >::value, typename std::remove_const< typename std::remove_pointer< typename spacepoint_iterator_t::value_type >::type >::type, typename std::remove_const< typename spacepoint_iterator_t::value_type >::type >::type type
Definition SeedingTool.h:70

Definition at line 70 of file SeedingTool.h.


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