Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct unfused

boost::signals::unfused — Used to specify unfused versions of provided components. For the filter class, this means the filter will use an unfused output signal only,.

Synopsis

struct unfused {
  // types
  typedef combined filter_type;
};
Copyright © 2007 Stjepan Rajko

PrevUpHomeNext