Wt  4.0.0
linb::any::requires_allocation< T > Struct Template Reference

Whether the type T must be dynamically allocated or can be stored on the stack. More...

Inherits integral_constant< bool,!(std::is_nothrow_move_constructible< T >::value &&sizeof(T)<=sizeof(storage_union::stack)&&std::alignment_of< T >::value<=std::alignment_of< storage_union::stack_storage_t >::value)>.

Detailed Description

template<typename T>
struct linb::any::requires_allocation< T >

Whether the type T must be dynamically allocated or can be stored on the stack.


Generated on Mon Sep 4 2017 for the C++ Web Toolkit (Wt) by doxygen 1.8.11