Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
insert.h File Reference
#include <set>
Include dependency graph for insert.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  util

Functions

template<typename Tdst, typename Tsrc>
void util::insert (Tdst &dst, const Tsrc &src)
 Simplification of std insertion.
template<typename TsetT, typename Tsrc>
void util::insert (std::set< TsetT > &dst, const Tsrc &src)
template<typename TsetT, typename Compare, typename Tsrc>
void util::insert (std::set< TsetT, Compare > &dst, const Tsrc &src)