4#ifndef TETL_TYPE_TRAITS_IS_NOTHROW_COPY_CONSTRUCTIBLE_HPP
5#define TETL_TYPE_TRAITS_IS_NOTHROW_COPY_CONSTRUCTIBLE_HPP
7#include <etl/_type_traits/add_const.hpp>
8#include <etl/_type_traits/add_lvalue_reference.hpp>
9#include <etl/_type_traits/bool_constant.hpp>
10#include <etl/_type_traits/is_nothrow_constructible.hpp>
Definition adjacent_find.hpp:9
constexpr bool is_nothrow_copy_constructible_v
Definition is_nothrow_copy_constructible.hpp:28
The variable definition does not call any operation that is not trivial. For the purposes of this che...
Definition is_nothrow_constructible.hpp:48
Same as copy, but uses etl::is_nothrow_constructible<T, T const&>.
Definition is_nothrow_copy_constructible.hpp:25