OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
exit_impl< c, end > Struct Template Reference

Exit condition. More...

Detailed Description

template<int c, int end>
struct exit_impl< c, end >

Exit condition.

Exit condition, when c equal to end return true

Parameters
cactual position in the counter
endend of the counter

Exit condition, when the distance between F and L is 0 return true

Parameters
Fsuppose to be the end of the mpl::vector
Lsuppose to be the actual position of the mpl::vector

Definition at line 26 of file create_vmpl_sequence.hpp.

#include <create_vmpl_sequence.hpp>

+ Inheritance diagram for exit_impl< c, end >:

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