basix_doc 0.1
fixed_value< C, x > Struct Template Reference

#include <basix.hpp>

List of all members.

Public Types

Static Public Member Functions

Static Public Attributes


Detailed Description

template<typename C, C x>
struct mmx::fixed_value< C, x >

Definition at line 349 of file basix.hpp.


Member Typedef Documentation

typedef C val_type

Definition at line 350 of file basix.hpp.


Member Function Documentation

static C dyn_val ( ) [inline, static]

Definition at line 352 of file basix.hpp.

References fixed_value< C, x >::val.

{ return val; }

Member Data Documentation

const C val = x [static]

Definition at line 351 of file basix.hpp.

Referenced by fixed_value< C, x >::dyn_val().


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