formatted_new_helper< empty_format, T > Struct Template Reference

#include <type_props.hpp>

List of all members.

Static Public Member Functions


Detailed Description

template<typename T>
struct mmx::formatted_new_helper< empty_format, T >

Definition at line 579 of file type_props.hpp.


Member Function Documentation

static T* op ( nat  l,
const format< T > &  fm 
) [inline, static]

Definition at line 580 of file type_props.hpp.

00580                                                    {
00581     (void) fm;
00582     return mmx_new<T> (l);
00583   }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1