MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::Signal< T > Struct Template Reference

#include <MRSignal.h>

+ Inheritance diagram for MR::Signal< T >:

Public Member Functions

 Signal () noexcept=default
 
 Signal (const Signal &) noexcept
 
 Signal (Signal &&) noexcept=default
 
Signaloperator= (const Signal &) noexcept
 
Signaloperator= (Signal &&) noexcept=default
 
Signaloperator= (boost::signals2::signal< T > &&b) noexcept
 

Detailed Description

template<typename T>
struct MR::Signal< T >

This class wraps boost::signals2::signal adding copy constructor and copy assignment operator, which do nothing, but allow putting this as a member in copyable classes


The documentation for this struct was generated from the following file: