IOSS 2.0
|
#include <tuple>
Go to the source code of this file.
Namespaces | |
namespace | Ioss |
The main namespace for the Ioss library. | |
Functions | |
template<typename T , typename TIter = decltype(std::begin(std::declval<T>())), typename = decltype(std::end(std::declval<T>()))> | |
constexpr auto | Ioss::enumerate (T &&iterable) |