mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
INLINE for FlatArray - iterator
This commit is contained in:
parent
4d7829ae54
commit
371aad4a65
@ -620,8 +620,8 @@ namespace ngcore
|
||||
|
||||
//auto begin() const { return ArrayIterator<T,IndexType> (*this, BASE); }
|
||||
// auto end() const { return ArrayIterator<T,IndexType> (*this, size+BASE); }
|
||||
auto begin() const { return data; }
|
||||
auto end() const { return data+Size(); }
|
||||
NETGEN_INLINE auto begin() const { return data; }
|
||||
NETGEN_INLINE auto end() const { return data+Size(); }
|
||||
};
|
||||
|
||||
template <typename T>
|
||||
|
Loading…
Reference in New Issue
Block a user