buffer.h File Reference
Namespaces | |
ttg | |
top-level TTG namespace contains runtime-neutral functionality | |
ttg::meta | |
ttg::detail | |
Typedefs | |
template<typename T , typename Allocator = std::allocator<std::decay_t<T>>> | |
using | ttg::Buffer = TTG_IMPL_NS::Buffer< T, Allocator > |
Functions | |
template<typename T , typename Fn > | |
void | ttg::detail::buffer_apply (T &&t, Fn &&fn) |
Variables | |
template<typename T > | |
constexpr const bool | ttg::detail::has_buffer_apply_v = has_buffer_apply<T>::value |