STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions | Public Types
stapl::memory_used< T > Struct Template Reference

Returns an estimation of size of the passed object. More...

Static Public Member Functions

static std::size_t size (value_type const &v) noexcept
 

Public Types

typedef T value_type
 

Detailed Description

template<typename T>
struct stapl::memory_used< T >

Returns an estimation of size of the passed object.

Template Parameters
Ttype of the object to get its size

The default estimation returns the size required to pack an object.


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