MeshLib
 
Loading...
Searching...
No Matches
MR::BMap< T, I > Struct Template Reference

flat map: I -> T More...

#include <MRBuffer.h>

Public Attributes

Buffer< T, Ib
 
size_t tsize = 0
 target size, all values inside b must be less than this value
 

Detailed Description

template<typename T, typename I>
struct MR::BMap< T, I >

flat map: I -> T

Member Data Documentation

◆ b

template<typename T , typename I >
Buffer<T, I> MR::BMap< T, I >::b

◆ tsize

template<typename T , typename I >
size_t MR::BMap< T, I >::tsize = 0

target size, all values inside b must be less than this value


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