24 template<
typename IndexTypeA ,
typename IndexTypeB,
25 typename = std::enable_if_t<std::is_integral_v<IndexTypeA>>,
26 typename = std::enable_if_t<std::is_integral_v<IndexTypeB>>
34 const IndexTypeB&
operator[](
const IndexTypeA& _aIndex)
const
40 const IndexTypeA&
operator[](
const IndexTypeB& _bIndex)
const
47 void Set(
const IndexTypeA& _aIndex,
const IndexTypeB& _bIndex)
Az̈Aʂ̔z̈Bɕϊz
Definition IndexToIndex.hpp:29
const IndexTypeA & operator[](const IndexTypeB &_bIndex) const
Definition IndexToIndex.hpp:40
void Set(const IndexTypeA &_aIndex, const IndexTypeB &_bIndex)
Definition IndexToIndex.hpp:47
std::vector< IndexTypeA > aArray
Definition IndexToIndex.hpp:31
std::vector< IndexTypeB > bArray
Definition IndexToIndex.hpp:32
const IndexTypeB & operator[](const IndexTypeA &_aIndex) const
Definition IndexToIndex.hpp:34
Definition IndexToIndex.hpp:12