Skip to content

CPPLondonUni/padleft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PadLeft is a useful C++ library which prepends spaces to strings.

It is very definitely a serious project.

Usage

std::string hello = "Hello world"

auto hello_with_spaces = pl::pad_left(hello, 3);

assert(hello_with_spaces == "   Hello world");

Releases

No releases published

Packages

No packages published