Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Namespace use

Currently, everything in the Signal Network library is located in the boost::signals namespace. All of the examples shown are assuming the use of

using namespace boost;
Copyright © 2007 Stjepan Rajko

PrevUpHomeNext