Low-Level Abstraction of Memory Access
llama::bloballoc::Vector Struct Reference

#include <BlobAllocators.hpp>

Public Member Functions

template<std::size_t Alignment>
auto operator() (std::integral_constant< std::size_t, Alignment >, std::size_t count) const
 

Detailed Description

Allocates heap memory managed by a std::vector for a View, which is copied each time a View is copied.

Definition at line 133 of file BlobAllocators.hpp.

Member Function Documentation

◆ operator()()

template<std::size_t Alignment>
auto llama::bloballoc::Vector::operator() ( std::integral_constant< std::size_t, Alignment >  ,
std::size_t  count 
) const
inline

Definition at line 136 of file BlobAllocators.hpp.


The documentation for this struct was generated from the following file: