mn::only_copyable_tag< t > Class Template Reference

Not movable. More...

#include <mn_copyable.hpp>

Public Types

using this_type = only_copyable_tag
 

Public Member Functions

 only_copyable_tag ()=default
 
 only_copyable_tag (const this_type &other)=default
 
this_typeoperator= (const this_type &other)=default
 

Detailed Description

template<typename t>
class mn::only_copyable_tag< t >

Not movable.

Member Typedef Documentation

◆ this_type

template<typename t >
using mn::only_copyable_tag< t >::this_type = only_copyable_tag

Constructor & Destructor Documentation

◆ only_copyable_tag() [1/2]

template<typename t >
mn::only_copyable_tag< t >::only_copyable_tag ( )
default

◆ only_copyable_tag() [2/2]

template<typename t >
mn::only_copyable_tag< t >::only_copyable_tag ( const this_type other)
default

Member Function Documentation

◆ operator=()

template<typename t >
this_type& mn::only_copyable_tag< t >::operator= ( const this_type other)
default

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