|
Celeritas 0.7.0-dev.162+develop.12e60fa0f
|
Public Types | |
| template<class I > | |
| using | value_type_ = typename std::iterator_traits< I >::value_type |
| template<class I > | |
| using | nc_value_type_ = typename std::remove_const< value_type_< I > >::type |
| using | first_type = nc_value_type_< Iter1 > |
| using | second_type = nc_value_type_< Iter2 > |
| using | type = FailedValue< first_type, second_type > |
| using | Vec_t = std::vector< type > |