libcopp 2.3.2
Loading...
Searching...
No Matches
Data Structures | Static Public Attributes
nostd::aligned_union< Len, Types > Struct Template Reference

#include <type_traits.h>

Collaboration diagram for nostd::aligned_union< Len, Types >:
Collaboration graph

Data Structures

struct  type
 

Static Public Attributes

static constexpr const std::size_t alignment_value = max_alignof_size_helper<0, Types...>::alignment_value
 

Detailed Description

template<std::size_t Len, class... Types>
struct nostd::aligned_union< Len, Types >

Definition at line 264 of file type_traits.h.

Field Documentation

◆ alignment_value

template<std::size_t Len, class... Types>
constexpr const std::size_t nostd::aligned_union< Len, Types >::alignment_value = max_alignof_size_helper<0, Types...>::alignment_value
staticconstexpr

Definition at line 265 of file type_traits.h.


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