Concept of copy construction requirement.
More...
#include <basic.hpp>
template<typename T>
struct boost::gil::CopyConstructible< T >
Concept of copy construction requirement.
auto concept CopyConstructible<typename T>
{
T::T(T);
T::~T();
};
The documentation for this struct was generated from the following file: