Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::Swappable< T > Struct Template Reference

#include <gil_concept.hpp>

Collaboration diagram for boost::gil::Swappable< T >:

Public Member Functions

void constraints ()
 

Public Attributes

T x
 
T y
 

Detailed Description

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

auto concept Swappable<typename T> {
void swap(T&,T&);
};

Member Function Documentation

template<typename T >
void boost::gil::Swappable< T >::constraints ( )
inline

Member Data Documentation

template<typename T >
T boost::gil::Swappable< T >::x
template<typename T >
T boost::gil::Swappable< T >::y

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