further implementation of the vector interface for shared memory
This commit is contained in:
		
							parent
							
								
									aaa9f89550
								
							
						
					
					
						commit
						973d115edf
					
				@ -67,6 +67,10 @@ public:
 | 
			
		||||
        m_size(size)
 | 
			
		||||
    { }
 | 
			
		||||
 | 
			
		||||
    DataT & at(const std::size_t index) {
 | 
			
		||||
        return m_ptr[index];
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    ShMemIterator<DataT> begin() const {
 | 
			
		||||
        return ShMemIterator<DataT>(m_ptr);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user