COMMS
Template library intended to help with implementation of communication protocols.
|
Contains definition of the "Scope Guard" idiom, see comms::util::ScopeGuard. More...
#include <memory>
#include <functional>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | comms::util::ScopeGuard< TFunc > |
Implements Scope Guard Idiom. More... | |
Namespaces | |
namespace | comms |
Main namespace for all classes / functions of COMMS library. | |
namespace | comms::util |
Namespace for various utility classes and/or functions used by COMMS library. | |
Contains definition of the "Scope Guard" idiom, see comms::util::ScopeGuard.