0

Can anybody explain this code in msvc implementation of std::array:

template <class _First, class... _Rest>
array(_First, _Rest...)->array<typename _Enforce_same<_First, _Rest...>::type, 1 + sizeof...(_Rest)>;
Ali Askari
  • 480
  • 3
  • 8

0 Answers0