Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
func::detail::is_inplace_allocated< T, Allocator > Struct Template Reference

#include <function.h>

Static Public Attributes

static const bool value
 

Member Data Documentation

◆ value

template<typename T , typename Allocator >
const bool func::detail::is_inplace_allocated< T, Allocator >::value
static
Initial value:
= sizeof(T) <= sizeof(functor_padding)
&& std::alignment_of<functor_padding>::value % std::alignment_of<T>::value == 0
&& std::is_nothrow_move_constructible<T>::value
uint8_t value
Definition: cs_Packets.h:488

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