VLink  2.0.0
A high-performance communication middleware
vlink::Traits::Operatorable< OT, T, typename > Struct Template Reference

Detects whether OT supports stream insertion (<<) and extraction (>>) with T. More...

#include <traits.h>

Inheritance diagram for vlink::Traits::Operatorable< OT, T, typename >:
Collaboration diagram for vlink::Traits::Operatorable< OT, T, typename >:

Detailed Description

template<typename OT, typename T, typename = void>
struct vlink::Traits::Operatorable< OT, T, typename >

Detects whether OT supports stream insertion (<<) and extraction (>>) with T.

Template Parameters
OTStream-like type.
TValue type appearing on the right of the stream operator.

The documentation for this struct was generated from the following file: