libpsynth 0.2.1
Public Member Functions
psynth::base::Assignable< T > Struct Template Reference

#include <concept.hpp>

List of all members.

Public Member Functions

void constraints ()

Detailed Description

template<typename T>
struct psynth::base::Assignable< T >

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

Member Function Documentation

template<typename T >
void psynth::base::Assignable< T >::constraints ( ) [inline]

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