Thrill
0.1
union_words.hpp
Go to the documentation of this file.
1
/*******************************************************************************
2
* tlx/string/union_words.hpp
3
*
4
* Part of tlx - http://panthema.net/tlx
5
*
6
* Copyright (C) 2016-2017 Timo Bingmann <
[email protected]
>
7
*
8
* All rights reserved. Published under the Boost Software License, Version 1.0
9
******************************************************************************/
10
11
#ifndef TLX_STRING_UNION_WORDS_HEADER
12
#define TLX_STRING_UNION_WORDS_HEADER
13
14
#include <string>
15
16
namespace
tlx
{
17
18
//! \addtogroup tlx_string
19
//! \{
20
21
/*!
22
* Return union of two keyword sets.
23
*/
24
std::string
union_words
(
const
std::string
& wordsA,
const
std::string
& wordsB);
25
26
//! \}
27
28
}
// namespace tlx
29
30
#endif // !TLX_STRING_UNION_WORDS_HEADER
31
32
/******************************************************************************/
tlx
Definition:
exclusive_scan.hpp:17
thrill::mem::string
std::basic_string< char, std::char_traits< char >, Allocator< char > > string
string with Manager tracking
Definition:
allocator.hpp:220
tlx::union_words
std::string union_words(const std::string &wordsA, const std::string &wordsB)
Return union of two keyword sets.
Definition:
union_words.cpp:16
extlib
tlx
tlx
string
union_words.hpp
Generated on Mon Apr 6 2020 09:17:55 for Thrill by
1.8.13