Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
ceiler_type< T >

Detailed Description

template<class T>
struct rheolef::ceiler_type< T >

Definition at line 50 of file rounder.h.

+ Inheritance diagram for ceiler_type< T >:

Public Member Functions

 ceiler_type (const T &prec)
 
T operator() (const T &x) const
 

Public Attributes

T _prec
 

Constructor & Destructor Documentation

◆ ceiler_type()

template<class T >
ceiler_type ( const T prec)

Definition at line 51 of file rounder.h.

Member Function Documentation

◆ operator()()

template<class T >
T operator() ( const T x) const

Definition at line 52 of file rounder.h.

Member Data Documentation

◆ _prec

template<class T >
T _prec

Definition at line 57 of file rounder.h.


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