Samchon Framework for CPP  1.0.0
FactorialGenerator.hpp
1 #pragma once
2 #include <samchon/library/PermutationGenerator.hpp>
3 
4 namespace samchon
5 {
6 namespace library
7 {
19  : public PermutationGenerator
20  {
21  private:
23 
24  public:
31  : super(size, size)
32  {
33  };
34  virtual ~FactorialGenerator() = default;
35  };
36 };
37 };
FactorialGenerator(size_t size)
Construct from size N.
auto size() const -> size_t
Get size of all cases.