basix_doc 0.1
formatted_new_helper< FT, T > Struct Template Reference

#include <type_props.hpp>

List of all members.

Static Public Member Functions


Detailed Description

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

Definition at line 487 of file type_props.hpp.


Member Function Documentation

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

Definition at line 488 of file type_props.hpp.

References mmx::get_sample().

                                                   {
    return mmx_new<T> (l, get_sample (fm));
  }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines