FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
template<class T >
string Configuration::VecAsStr
(
const po::variable_value &
v
)
const
Definition at line
561
of file
Configuration.cc
.
References
str
.
562
{
563
ostringstream
str
;
564
565
const
vector<T> vec = v.as<vector<T>>();
566
for
(
typename
std::vector<T>::const_iterator s=vec.begin(); s<vec.end(); s++)
567
str <<
" "
<< *s;
568
569
return
str.str().substr(1);
570
}
str
char str[80]
Definition:
test_client.c:7
Configuration
Generated on Sun Sep 18 2016 20:50:44 for FACT++ by
1.8.11