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

Detects whether a value of type T can be assigned to an instance of OT. More...

#include <traits.h>

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

Detailed Description

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

Detects whether a value of type T can be assigned to an instance of OT.

Template Parameters
OTTarget type on the left of =.
TSource type on the right of =.

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