Ariles
Functions
cpput::concat Namespace Reference

Functions

template<typename... t_String>
std::string reserve_strings (const t_String &...strings)
 
template<typename... t_String>
std::string reserve (t_String &&...strings)
 
template<typename... t_String>
std::string simple (t_String &&...strings)
 

Function Documentation

◆ reserve()

template<typename... t_String>
std::string cpput::concat::reserve ( t_String &&...  strings)

Definition at line 31 of file concat.h.

◆ reserve_strings()

template<typename... t_String>
std::string cpput::concat::reserve_strings ( const t_String &...  strings)

Definition at line 21 of file concat.h.

◆ simple()

template<typename... t_String>
std::string cpput::concat::simple ( t_String &&...  strings)

Definition at line 38 of file concat.h.