MCPcopy Create free account
hub / github.com/codeinred/tuplet / aligned_buffer_aggregate<0, Alignment>

Class aligned_buffer_aggregate<0, Alignment>

test/test_alignment.cpp:137–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135
136template <size_t Alignment>
137struct alignas(Alignment) aligned_buffer_aggregate<0, Alignment> {
138 static constexpr size_t s_size {0};
139};
140
141template <size_t Size, size_t Alignment>
142struct alignas(Alignment) aligned_buffer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected