Exit condition. More...
Exit condition.
Exit condition, when c equal to end return true
| c | actual position in the counter | 
| end | end of the counter | 
Exit condition, when the distance between F and L is 0 return true
| F | suppose to be the end of the mpl::vector | 
| L | suppose 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 >: