basix_doc 0.1
|
#include <routine.hpp>
Definition at line 30 of file routine.hpp.
Definition at line 33 of file routine.hpp.
Referenced by mmx::make_abstract().
{ // NOTE: returning as<generic,T> does not seem to call the appropriate // converter in the case when T=bool. A compiler bug? return new generic_concrete_rep<T> (x); }
Definition at line 31 of file routine.hpp.
Referenced by mmx::make_concrete().
{
return as<T,generic> (x); }