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