4#ifndef TETL_TYPE_TRAITS_IS_TRIVIALLY_COPYABLE_HPP
5#define TETL_TYPE_TRAITS_IS_TRIVIALLY_COPYABLE_HPP
7#include <etl/_config/all.hpp>
9#include <etl/_type_traits/bool_constant.hpp>
Definition adjacent_find.hpp:9
constexpr bool is_trivially_copyable_v
Definition is_trivially_copyable.hpp:22
If T is a TriviallyCopyable type, provides the member constant value equal to true....
Definition is_trivially_copyable.hpp:19