Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdcc13a commit a7e7b2fCopy full SHA for a7e7b2f
include/cli/cli.h
@@ -95,7 +95,7 @@ namespace cli
95
// this is the type of std::cout
96
typedef std::basic_ostream<char, std::char_traits<char> > CoutType;
97
// this is the function signature of std::endl
98
- typedef CoutType& (*StandardEndLine)(CoutType&);
+ using StandardEndLine = CoutType &(*)(CoutType &);
99
100
// takes << std::endl
101
OutStream& operator << (StandardEndLine manip)
0 commit comments