Skip to content

Commit

Permalink
Add new common type alias
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyelewis committed Sep 10, 2015
1 parent 6339241 commit 85c56b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/common/type_aliases.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ namespace cath {

using str_str_str_pair_map = std::map<std::string, str_str_pair>;

using str_str_pair_size_map = std::map<str_str_pair, size_t>;

using size_size_pair = std::pair<size_t, size_t>;
using size_size_pair_vec = std::vector<size_size_pair>;
using size_size_pair_doub_map = std::map<size_size_pair, double>;
Expand Down

0 comments on commit 85c56b2

Please sign in to comment.