3#ifndef TETL_CONCEPTS_COMMON_REFERENCE_WITH_HPP
4#define TETL_CONCEPTS_COMMON_REFERENCE_WITH_HPP
15template <
typename T,
typename U>
Definition common_reference_with.hpp:16
The concept convertible_to<From, To> specifies that an expression of the same type and value category...
Definition convertible_to.hpp:18
The concept same_as<T, U> is satisfied if and only if T and U denote the same type....
Definition same_as.hpp:19
Definition adjacent_find.hpp:8
typename common_reference< T... >::type common_reference_t
Definition common_reference.hpp:38