COMMS
Template library intended to help with implementation of communication protocols.
Loading...
Searching...
No Matches
Classes
comms::traits::dispatch Namespace Reference

Namespace for various traits tag classes used in dispatch operations. More...

Detailed Description

Namespace for various traits tag classes used in dispatch operations.

Classes

struct  LinearSwitch
 Tag class used to indicate linear switch dispatch. More...
 
struct  Polymorphic
 Tag class used to indicate polymorphic dispatch. More...
 
struct  StaticBinSearch
 Tag class used to indicate static binary search dispatch. More...