4#ifndef TETL_TYPE_TRAITS_IS_TRIVIALLY_CONSTRUCTIBLE_HPP
5#define TETL_TYPE_TRAITS_IS_TRIVIALLY_CONSTRUCTIBLE_HPP
7#include <etl/_config/all.hpp>
9#include <etl/_type_traits/bool_constant.hpp>
16template <
typename T,
typename... Args>
19template <
typename T,
typename...
Args>
Definition adjacent_find.hpp:9
constexpr bool is_trivially_constructible_v
Definition is_trivially_constructible.hpp:20
The variable definition does not call any operation that is not trivial. For the purposes of this che...
Definition is_trivially_constructible.hpp:17