Skip to content
Snippets Groups Projects
Commit 391647b4 authored by Uli Sack's avatar Uli Sack Committed by usack
Browse files

added some standard type exports

[[Imported from SVN: r5689]]
parent 5a27f5a0
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,10 @@ class NullOperator
public:
//! export the block type
typedef BlockType block_type;
//! export the field type
typedef typename block_type::field_type field_type;
//! export the size type
typedef size_t size_type;
//! Default constructor
NullOperator(){}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment