Searched defs:join (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dtext.hpp61 join(const T& words, const std::string& separator) function in namespace:atf::text
H A Dtext_test.cpp62 ATF_TEST_CASE(join); variable
63 ATF_TEST_CASE_HEAD(join)
65 set_md_var("descr", "Tests the join function");
67 ATF_TEST_CASE_BODY(join)
69 using atf::text::join;
77 str = join(words, ",");
82 str = join(words, ",");
88 str = join(words, ",");
95 str = join(words, ",");
102 str = join(word
[all...]

Completed in 9 milliseconds