STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::runtime::combined_request_size Class Reference

Information about the size of combined requests. More...

Public Member Functions

constexpr combined_request_size (size_type full_sz, size_type combined_sz, size_type dynamic_sz) noexcept
 
constexpr size_type combined_static_size (void) const noexcept
 Returns the static size of the combined request.
 
constexpr size_type non_combined_size (void) const noexcept
 Returns the size of the non-combined request.
 
constexpr size_type combined_size (void) const noexcept
 Returns the size of the combined request.
 

Public Types

typedef std::size_t size_type
 

Detailed Description

Information about the size of combined requests.


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