#include <CombinationsGen.h>
|
| CombinationsGen (unsigned int n, unsigned int k) |
|
std::pair< std::vector< unsigned int >, bool > | next () |
|
Definition at line 20 of file CombinationsGen.h.
◆ CombinationsGen()
CombinationsGen::CombinationsGen |
( |
unsigned int |
n, |
|
|
unsigned int |
k |
|
) |
| |
|
inline |
◆ next()
std::pair<std::vector<unsigned int>, bool> CombinationsGen::next |
( |
| ) |
|
|
inline |
◆ m_bitmask
std::string CombinationsGen::m_bitmask |
|
private |
◆ m_invalid
bool CombinationsGen::m_invalid |
|
private |
◆ m_more
bool CombinationsGen::m_more |
|
private |
The documentation for this class was generated from the following file: