density
C++11 library for paged memory management, function queues, heterogeneous queues and lifo memory management
Public Member Functions | Static Public Member Functions | List of all members
f_alignment Class Reference

#include <runtime_type.h>

Public Member Functions

DENSITY_NODISCARD constexpr size_t operator() () const noexcept
 

Static Public Member Functions

template<typename TARGET_TYPE >
static constexpr f_alignment make () noexcept
 

Detailed Description

This type-feature gives the alignment of the target type

Member Function Documentation

static constexpr f_alignment make ( )
inlinestaticnoexcept

Creates an instance of this feature bound to the specified target type

DENSITY_NODISCARD constexpr size_t operator() ( ) const
inlinenoexcept

Returns the alignment of the target type.


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