Celeritas  0.5.0-56+6b053cd
Public Types | List of all members
celeritas::LdgValue< T > Struct Template Reference

Wrapper struct for specializing on types supported by LdgIterator. More...

#include <LdgIterator.hh>

Public Types

using value_type = T
 

Detailed Description

template<class T>
struct celeritas::LdgValue< T >

Wrapper struct for specializing on types supported by LdgIterator.

For example, Span<LdgValue<T>> specialization can internally use LdgIterator. Specializations should refer to LdgValue<T>::value_type to force the template instantiation of LdgValue and type-check T .


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