fp
Functional Programming extensions to C++ for ROS projects.
|
This is the complete list of members for fp::NoDiscard< F >, including all inherited members.
f_ | fp::NoDiscard< F > | |
NoDiscard(F const &f) | fp::NoDiscard< F > | inline |
operator()(T &&... t) const noexcept(noexcept(f_(std::forward< T >(t)...))) | fp::NoDiscard< F > | inline |