3#ifndef TETL_TYPE_TRAITS_IS_TRIVIALLY_CONSTRUCTIBLE_HPP
4#define TETL_TYPE_TRAITS_IS_TRIVIALLY_CONSTRUCTIBLE_HPP
15template <
typename T,
typename... Args>
18template <
typename T,
typename... Args>
Definition adjacent_find.hpp:8
constexpr bool is_trivially_constructible_v
Definition is_trivially_constructible.hpp:19
integral_constant< bool, B > bool_constant
Definition bool_constant.hpp:11
The variable definition does not call any operation that is not trivial. For the purposes of this che...
Definition is_trivially_constructible.hpp:16