Samchon Framework for CPP
1.0.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
FactorialGenerator.cpp
1
#include <samchon/library/FactorialGenerator.hpp>
2
3
using namespace
std
;
4
using namespace
samchon::library
;
5
6
FactorialGenerator::FactorialGenerator(
size_t
n)
7
:
super
(n, n)
8
{
9
}
std
Definition:
RWMutex.hpp:4
samchon::library
Package of libraries.
Definition:
library.hpp:84
samchon::library::PermutationGenerator
A permutation case generator.
Definition:
PermutationGenerator.hpp:21
cpp
samchon
library
FactorialGenerator.cpp
Generated by
1.8.11