Boost GIL


Public Member Functions | List of all members
CopyConstructible< T > Struct Template Reference

Concept of copy construction requirement. More...

#include <basic.hpp>

Public Member Functions

void constraints ()
 

Detailed Description

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: