ttg 1.0.0-alpha
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
Classes | Namespaces | Variables
boost.h File Reference
#include <type_traits>
Include dependency graph for boost.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ttg::detail::is_boost_array_serializable< Archive, T >
 
struct  ttg::detail::is_boost_serializable< Archive, T >
 
struct  ttg::detail::is_boost_default_serializable< Archive, T, class >
 
struct  ttg::detail::is_boost_buffer_serializable< T, class >
 
struct  ttg::detail::is_boost_default_buffer_serializable< T, class >
 

Namespaces

namespace  ttg
 top-level TTG namespace contains runtime-neutral functionality
 
namespace  ttg::detail
 

Variables

template<typename T >
constexpr bool ttg::detail::is_boost_archive_v = false
 
template<typename T >
constexpr bool ttg::detail::is_boost_input_archive_v = false
 
template<typename T >
constexpr bool ttg::detail::is_boost_output_archive_v = false
 
template<typename T >
constexpr bool ttg::detail::is_boost_buffer_serializable_v = is_boost_buffer_serializable<T>::value
 evaluates to true if can serialize T to/from buffer using Boost serialization
 
template<typename T >
constexpr bool ttg::detail::is_boost_default_buffer_serializable_v = is_boost_default_buffer_serializable<T>::value
 evaluates to true if can serialize T to/from buffer using default Boost serialization
 
template<typename T >
constexpr bool ttg::detail::is_boost_user_buffer_serializable_v
 evaluates to true if can serialize T to/from buffer using user-provided Boost serialization