basix_doc 0.1
rounding_helper< C > Struct Template Reference

#include <type_props.hpp>

Inheritance diagram for rounding_helper< C >:
rounding_helper< vector< C, V > >

List of all members.

Classes

Public Types

Static Public Member Functions

Static Public Attributes


Detailed Description

template<typename C>
struct mmx::rounding_helper< C >

Definition at line 838 of file type_props.hpp.


Member Typedef Documentation

typedef rounded_operations<rounded_none_down> DV

Definition at line 846 of file type_props.hpp.

typedef int rounding_mode

Definition at line 839 of file type_props.hpp.

typedef rounded_operations<rounded_none_up> UV

Definition at line 845 of file type_props.hpp.


Member Function Documentation

static rounding_mode get_rounding ( ) [inline, static]

Definition at line 842 of file type_props.hpp.

{ return -1; }
static void set_rounding ( rounding_mode  r) [inline, static]

Definition at line 843 of file type_props.hpp.

{ (void) r; }

Member Data Documentation

const bool exact_type = true [static]

Definition at line 844 of file type_props.hpp.


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