ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
ttg::detail::is_user_buffer_serializable< T, Enabler > Struct Template Reference

is_user_buffer_serializable<T> evaluates to true if T can be serialized to a buffer using user-provided methods More...

#include <traits.h>

Inherits std::false_type.

Detailed Description

template<typename T, typename Enabler = void>
struct ttg::detail::is_user_buffer_serializable< T, Enabler >

is_user_buffer_serializable<T> evaluates to true if T can be serialized to a buffer using user-provided methods

Definition at line 176 of file traits.h.


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