libqi-api
2.8.7.4
|
#include <trackable.hpp>
Public Member Functions | |
template<typename F > | |
auto | operator() (F &&f) const -> decltype(trackSilent(std::forward< F >(f), _trackable)) |
Public Attributes | |
T * | _trackable |
A polymorphic transformation that takes a procedure and returns a "tracked silent" equivalent. The trackable value must derive from Trackable.
Definition at line 154 of file trackable.hpp.
|
inline |
Definition at line 161 of file trackable.hpp.
T* qi::TrackSilentTransfo< T >::_trackable |
Definition at line 156 of file trackable.hpp.