Samchon Framework for CPP
1.0.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
FactorialGenerator.hpp
1
#pragma once
2
#include <samchon/API.hpp>
3
4
#include <samchon/library/PermutationGenerator.hpp>
5
6
namespace
samchon
7
{
8
namespace
library
9
{
21
class
SAMCHON_FRAMEWORK_API
FactorialGenerator
22
:
public
PermutationGenerator
23
{
24
private
:
25
typedef
PermutationGenerator
super
;
26
27
public
:
33
FactorialGenerator
(
size_t
size);
34
virtual
~
FactorialGenerator
() =
default
;
35
};
36
};
37
};
samchon::library::FactorialGenerator
Factorical case generator.
Definition:
FactorialGenerator.hpp:21
samchon::library::PermutationGenerator
A permutation case generator.
Definition:
PermutationGenerator.hpp:21
samchon
Top level namespace of products built from samchon.
Definition:
ByteArray.hpp:7
cpp
samchon
library
FactorialGenerator.hpp
Generated by
1.8.11