Skip to content

Implementation of getlines_view range

Notifications You must be signed in to change notification settings

Mapet13/getlines_view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

getlines_view implementation made for learning purposes

example:

std::ifstream input{ "input.txt" };
for (const auto& line: input | utils::views::getlines) {
    std::cout << line << '\n';
}

About

Implementation of getlines_view range

Topics

Resources

Stars

Watchers

Forks

Languages