3#ifndef TETL_CONCEPTS_COPY_CONSTRUCTIBLE_HPP
4#define TETL_CONCEPTS_COPY_CONSTRUCTIBLE_HPP
The constructible_from concept specifies that a variable of type T can be initialized with the given ...
Definition constructible_from.hpp:15
The concept convertible_to<From, To> specifies that an expression of the same type and value category...
Definition convertible_to.hpp:18
The concept copy_constructible is satisfied if T is an lvalue reference type, or if it is a move_cons...
Definition copy_constructible.hpp:20
The concept move_constructible is satisfied if T is a reference type, or if it is an object type wher...
Definition move_constructible.hpp:20
Definition adjacent_find.hpp:8