boost.h File Reference
#include <type_traits>

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

 ttg
 top-level TTG namespace contains runtime-neutral functionality
 
 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 More...
 
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 More...
 
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 More...