buffer.h File Reference
#include <memory>
#include "ttg/fwd.h"
#include "ttg/util/meta.h"

Classes

struct  ttg::meta::is_buffer< ttg::Buffer< T, A > >
 
struct  ttg::meta::is_buffer< const ttg::Buffer< T, A > >
 
struct  ttg::meta::is_const< ttg::Buffer< T, A > >
 

Namespaces

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

Typedefs

template<typename T , typename Allocator = std::allocator<std::decay_t<T>>>
using ttg::Buffer = TTG_IMPL_NS::Buffer< T, Allocator >