Celeritas
0.5.0-56+6b053cd
|
Wrapper struct for specializing on types supported by LdgIterator. More...
#include <LdgIterator.hh>
Public Types | |
using | value_type = 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 .