3#ifndef TETL_TYPE_TRAITS_IS_TRIVIALLY_MOVE_CONSTRUCTIBLE_HPP
4#define TETL_TYPE_TRAITS_IS_TRIVIALLY_MOVE_CONSTRUCTIBLE_HPP
Definition adjacent_find.hpp:8
constexpr auto is_trivially_move_constructible_v
Definition is_trivially_move_constructible.hpp:20
static constexpr bool value
Definition integral_constant.hpp:10
The variable definition does not call any operation that is not trivial. For the purposes of this che...
Definition is_trivially_constructible.hpp:16
If T is not a referenceable type (i.e., possibly cv-qualified void or a function type with a cv-quali...
Definition is_trivially_move_constructible.hpp:17