Project

General

Profile

Cleanup #21075

Creating type alias for complex type definitions

Added by Amit Kumar over 6 years ago.

Status:
New
Priority:
Normal
Assignee:
Category:
-
Target version:
-
% Done:

0%

Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

Example:
using pairlist_t = std::vector<std::pair<std::string, int>>;

Everywhere you need to use that type can get cumbersome.

Also available in: Atom PDF