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

#include <cloneable_ptr.hh>

+ Inheritance diagram for notstd::has_clone< T, void_t< decltype(&T::clone)> >:

Detailed Description

template<typename T>
struct notstd::has_clone< T, void_t< decltype(&T::clone)> >

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

Definition at line 121 of file cloneable_ptr.hh.


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