Celeritas 0.6.0-rc.2.10+develop.de0a3a05
|
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 .