Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct fused

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

Synopsis

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

PrevUpHomeNext