Add two bundles (this and rBundle)
New Configuration bundle with data from this bundle and rBundle bundle
ConfException
auto bundle1 = ConfBundle("./conf1/receiver1.conf"); auto bundle2 = ConfBundle(confArray); auto bundle = bundle1 + bundle2;
See Implementation
Add two bundles (this and rBundle)