3#ifndef TETL_TYPE_TRAITS_IS_TRVIALLY_DETRUCTIBLE_HPP
4#define TETL_TYPE_TRAITS_IS_TRVIALLY_DETRUCTIBLE_HPP
19#if __has_builtin(__is_trivially_destructible)
Definition adjacent_find.hpp:8
constexpr bool is_trivially_destructible_v
Definition is_trivially_destructible.hpp:33
integral_constant< bool, B > bool_constant
Definition bool_constant.hpp:11
Storage occupied by trivially destructible objects may be reused without calling the destructor.
Definition is_trivially_destructible.hpp:30