3#ifndef TETL_TYPE_TRAITS_IS_RVALUE_REFERENCE_HPP
4#define TETL_TYPE_TRAITS_IS_RVALUE_REFERENCE_HPP
Definition adjacent_find.hpp:8
bool_constant< true > true_type
Definition bool_constant.hpp:13
bool_constant< false > false_type
Definition bool_constant.hpp:14
constexpr bool is_rvalue_reference_v
Definition is_rvalue_reference.hpp:20
static constexpr bool value
Definition integral_constant.hpp:10
Checks whether T is a rvalue reference type. Provides the member constant value which is equal to tru...
Definition is_rvalue_reference.hpp:14