![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
#include <iostream>
#include <vector>
#include <memory>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
namespace | permu |
Typedefs | |
template<typename ElementType > | |
using | permu::set_t = std::vector< ElementType > |
template<typename ElementType > | |
using | permu::set_of_sets_t = set_t< set_t< ElementType > > |
Functions | |
template<typename ElementType > | |
void | permu::enum_permu (set_of_sets_t< ElementType > &permutations, const set_t< ElementType > &L, set_t< ElementType > &R) |
template<typename ElementType > | |
void | permu::test_enum_permutations () |
int | main () |
Variables | |
auto | permu::nl = "\n" |
auto & | permu::cout = std::cout |
int main | ( | ) |
Definition at line 128 of file exception_safe.cpp.