CASM  1.1.0
A Clusters Approach to Statistical Mechanics
notstd::has_move< T, void_t< decltype(&T::move)> > Struct Template Reference

#include <cloneable_ptr.hh>

+ Inheritance diagram for notstd::has_move< T, void_t< decltype(&T::move)> >:

Detailed Description

template<typename T>
struct notstd::has_move< T, void_t< decltype(&T::move)> >

Specialized case inherits from std::true_type if T does have move method.

Definition at line 139 of file cloneable_ptr.hh.


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