Leosac  0.8.0
Open Source Access Control
BuildString.hpp File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename... Args>
std::string build_str (Args... args)
 Use a stringstream to build a string that combine all arguments. More...
 

Function Documentation

◆ build_str()

template<typename... Args>
std::string build_str ( Args...  args)

Use a stringstream to build a string that combine all arguments.

Definition at line 44 of file BuildString.hpp.