Skip to content
Snippets Groups Projects
Commit b1d90c14 authored by Peter Bastian's avatar Peter Bastian
Browse files

define value_type for STL compatibility.

This makes things just easier.
Any objections?

[[Imported from SVN: r612]]
parent 785baf48
Branches
Tags
No related merge requests found
......@@ -65,6 +65,8 @@ namespace Dune {
//! make iterators available as types
typedef typename base_array_unmanaged<B,A>::const_iterator ConstIterator;
//! for STL compatibility
typedef B value_type;
//===== assignment from scalar
//! Assignment from a scalar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment