Boost GIL


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

#include <gil_concept.hpp>

Public Member Functions

void constraints ()
 

Detailed Description

template<typename T>
struct boost::gil::Assignable< T >

auto concept Assignable<typename T, typename U = T> {
typename result_type;
result_type operator=(T&, U);
};

The documentation for this struct was generated from the following file: