OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
CastsTrait< ELEM, ELEM > Struct Template Reference

#include <SpecificElementVisitor.h>

Inheritance diagram for CastsTrait< ELEM, ELEM >:
Collaboration diagram for CastsTrait< ELEM, ELEM >:

Public Types

typedef std::list< const ELEM * > ElementList_t

Static Public Member Functions

static void apply (ElementList_t &allElements, const ELEM &element)

Detailed Description

template<class ELEM>
struct CastsTrait< ELEM, ELEM >

Definition at line 73 of file SpecificElementVisitor.h.

Member Typedef Documentation

◆ ElementList_t

template<class ELEM>
typedef std::list<const ELEM*> CastsTrait< ELEM, ELEM >::ElementList_t

Definition at line 74 of file SpecificElementVisitor.h.

Member Function Documentation

◆ apply()

template<class ELEM>
void CastsTrait< ELEM, ELEM >::apply ( ElementList_t & allElements,
const ELEM & element )
inlinestatic

Definition at line 76 of file SpecificElementVisitor.h.


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