cppx-core
Functions
cppx::string_repeat Namespace Reference

Functions

auto repeated (const int n, const string_view &s) -> string
 
auto operator * (const int n, const string_view &s) -> string
 

Function Documentation

◆ operator *()

auto cppx::string_repeat::operator * ( const int  n,
const string_view &  s 
) -> string
inline

Definition at line 43 of file string-util.hpp.

◆ repeated()

auto cppx::string_repeat::repeated ( const int  n,
const string_view &  s 
) -> string
inline

Definition at line 29 of file string-util.hpp.