OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
std::vector< comb< 0 > > Class Template Reference

Stub vector specialization. More...

Detailed Description

template<>
class std::vector< comb< 0 > >

Stub vector specialization.

On compiler previous 4.9.2 the code compile, and provide trivial functionality, (complex operations produce crash at runtime)

On 4.9.2 does not even compile So we create a particular case that pass compilation give basic functionality, and crash in case of complex usage

Definition at line 538 of file comb.hpp.

#include <comb.hpp>

Public Member Functions

size_t size ()
 Return 0. More...
 
comb< 0 > & operator[] (size_t i)
 Do nothing. More...
 
void push_back (comb< 0 > &obj)
 Do nothing. More...
 

Private Attributes

comb< 0 > * ptr
 Pointer to nothing.
 

Member Function Documentation

comb<0>& std::vector< comb< 0 > >::operator[] ( size_t  i)
inline

Do nothing.

Parameters
iignored
Returns
nothing

Definition at line 562 of file comb.hpp.

void std::vector< comb< 0 > >::push_back ( comb< 0 > &  obj)
inline

Do nothing.

Parameters
objignored

Definition at line 572 of file comb.hpp.

size_t std::vector< comb< 0 > >::size ( )
inline

Return 0.

Returns
0

Definition at line 550 of file comb.hpp.


The documentation for this class was generated from the following file: