DDraceNetwork Docs
|
Classes | |
struct | detect |
struct | detect< void_t< T< A... > >, T, A... > |
struct | get_IsRelocatable |
struct | make_void |
Typedefs | |
template<typename... Ts> | |
using | void_t = typename make_void< Ts... >::type |
template<template< typename... > class T, typename... A> | |
using | is_detected = detect< void, T, A... > |
template<typename T > | |
using | detect_IsRelocatable = typename T::IsRelocatable |
using rust::cxxbridge1::detail::detect_IsRelocatable = typedef typename T::IsRelocatable |
using rust::cxxbridge1::detail::is_detected = typedef detect<void, T, A...> |
using rust::cxxbridge1::detail::void_t = typedef typename make_void<Ts...>::type |