truncate_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 2083 of file operators.hpp.


Member Function Documentation

static generic name (  )  [inline, static]

Definition at line 2084 of file operators.hpp.

References mmx::GEN_TRUNCATE.

02084 { return GEN_TRUNCATE; }

static C void set_op ( R &  y,
const C x,
nat  n 
) [inline, static]

Definition at line 2088 of file operators.hpp.

References mmx::set_as(), and mmx::truncate().

02088 { set_as (y, truncate (x, n)); }

static Truncate_type ( C   )  const [inline, static]

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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1