Template Struct CustomMemAllocator::has_trivial_copy_and_destruction

Nested Relationships

This struct is a nested type of Template Class CustomMemAllocator.

Inheritance Relationships

Base Type

  • public std::integral_constant< bool, std::is_trivially_copyable< Callable >::value &&std::is_trivially_destructible< Callable >::value >

Struct Documentation

template<typename Callable>
struct has_trivial_copy_and_destruction : public std::integral_constant<bool, std::is_trivially_copyable<Callable>::value && std::is_trivially_destructible<Callable>::value>