COMMS
Template library intended to help with implementation of communication protocols.
|
Replacement to some types from standard type_traits. More...
Go to the source code of this file.
Classes | |
struct | comms::util::Conditional< TCond > |
Replacement to std::conditional. 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. | |
Typedefs | |
template<bool TCond, typename TTrue , typename TFalse > | |
using | comms::util::ConditionalT = typename Conditional< TCond >::template Type< TTrue, TFalse > |
Replacement to std::conditional. | |
Replacement to some types from standard type_traits.