3#ifndef TETL_TYPE_TRAITS_IS_REFERENCE_WRAPPER_HPP
4#define TETL_TYPE_TRAITS_IS_REFERENCE_WRAPPER_HPP
Definition adjacent_find.hpp:8
constexpr bool is_reference_wrapper_v
Definition is_reference_wrapper.hpp:20
bool_constant< true > true_type
Definition bool_constant.hpp:13
bool_constant< false > false_type
Definition bool_constant.hpp:14
static constexpr bool value
Definition integral_constant.hpp:10
Definition is_reference_wrapper.hpp:14
reference_wrapper is a class template that wraps a reference in a copyable, assignable object....
Definition reference_wrapper.hpp:40