4#ifndef TETL_TYPE_TRAITS_IS_TRIVIAL_DEFAULT_CONSTRUCTIBLE_HPP
5#define TETL_TYPE_TRAITS_IS_TRIVIAL_DEFAULT_CONSTRUCTIBLE_HPP
7#include <etl/_type_traits/bool_constant.hpp>
8#include <etl/_type_traits/is_trivially_constructible.hpp>
Definition adjacent_find.hpp:9
constexpr bool is_trivially_default_constructible_v
Definition is_trivially_default_constructible.hpp:27
The variable definition does not call any operation that is not trivial. For the purposes of this che...
Definition is_trivially_constructible.hpp:17
If etl::is_trivially_constructible<T>::value is true, provides the member constant value equal to tru...
Definition is_trivially_default_constructible.hpp:24