suanPan
Loading...
Searching...
No Matches
container.h File Reference
#include <suanPan.h>
#include <set>
#include <map>
#include <unordered_set>
#include <unordered_map>
Include dependency graph for container.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  suanpan
 

Typedefs

template<typename T >
using suanpan::vector = std::vector<T>
 
template<typename T >
using suanpan::set = std::set<T>
 
template<typename T >
using suanpan::unordered_set = std::unordered_set<T>
 
template<typename T , typename D >
using suanpan::map = std::map<T, D>
 
template<typename T , typename D >
using suanpan::unordered_map = std::unordered_map<T, D>
 
template<typename T >
using suanpan::graph = vector<set<T>>
 

Functions

template<sp_i T>
uvec to_uvec (const suanpan::set< T > &in)
 
template<sp_i T>
uvec to_uvec (const suanpan::unordered_set< T > &in)
 

Detailed Description

Author
tlc
Date
30/05/2022
Version
0.1.0