mln::trait::set_precise_binary_< Name, metal::mat< n, m, T >, metal::mat< n, m, U > > Struct Template Reference
#include <mat.hh>
List of all members.
|
Public Types |
typedef metal::mat< n, m,
mln_trait_binary(Name, T, U)> | ret |
Detailed Description
template<template< class, class > class Name, unsigned n, unsigned m, typename T, typename U>
struct mln::trait::set_precise_binary_< Name, metal::mat< n, m, T >, metal::mat< n, m, U > >
Definition at line 143 of file metal/mat.hh.
Member Typedef Documentation
template<template< class, class > class Name, unsigned n, unsigned m, typename T, typename U>
typedef metal::mat<n, m, mln_trait_binary(Name, T, U)> mln::trait::set_precise_binary_< Name, metal::mat< n, m, T >, metal::mat< n, m, U > >::ret |