Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <set>
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. More... | |
template<typename TsetT , typename Tsrc > | |
void | util::insert (std::set< TsetT > &dst, const Tsrc &src) |