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

#include <concept.hpp>

List of all members.

Public Member Functions

void constraints ()

Detailed Description

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

auto concept CopyConstructible<typename T> {
    T::T(T);
    T::~T();
};

Member Function Documentation

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

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