Boost GIL


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

Concept of swap operation requirement. More...

#include <basic.hpp>

Public Member Functions

void constraints ()
 

Public Attributes

x
 
y
 

Detailed Description

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

Concept of swap operation requirement.

auto concept Swappable<typename T>
{
void swap(T&,T&);
};
void swap(boost::gil::packed_channel_reference< BF, FB, NB, M > const x, R &y)
swap for packed_channel_reference
Definition: channel.hpp:583

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