Loading...
Searching...
No Matches
List_tan< E1 > Class Template Reference

Expression wrapping function for unary tan function. More...

#include <ListExpression.H>

Inheritance diagram for List_tan< E1 >:
Collaboration diagram for List_tan< E1 >:

Classes

struct  const_iterator

Public Types

typedef decltype(::tan(std::declval< typename E1::value_type >())) value_type

Public Member Functions

 List_tan (const E1 &u)
auto operator[] (const label i) const
auto size () const noexcept
const_iterator cbegin () const
const_iterator cend () const
Public Member Functions inherited from ListExpression< List_tan< E1 > >
auto operator[] (const label i) const
auto size () const noexcept
Container & fill (Container &lst) const
 Helper: assign to passed in list.
Container & evaluate (Container &lst) const
 Helper: assign to passed in list.

Static Public Attributes

static constexpr bool is_leaf = false
Static Public Attributes inherited from ListExpression< List_tan< E1 > >
static constexpr bool is_leaf

Detailed Description

template<typename E1>
class Foam::Expression::List_tan< E1 >

Expression wrapping function for unary tan function.

Definition at line 1750 of file ListExpression.H.

Member Typedef Documentation

◆ value_type

template<typename E1>
typedef decltype(::tan(std::declval<typename E1::value_type>())) value_type

Definition at line 1750 of file ListExpression.H.

Constructor & Destructor Documentation

◆ List_tan()

template<typename E1>
List_tan ( const E1 & u)
inline

Definition at line 1750 of file ListExpression.H.

Member Function Documentation

◆ operator[]()

template<typename E1>
auto operator[] ( const label i) const
inline

Definition at line 1750 of file ListExpression.H.

◆ size()

template<typename E1>
auto size ( ) const
inlinenoexcept

Definition at line 1750 of file ListExpression.H.

◆ cbegin()

template<typename E1>
const_iterator cbegin ( ) const
inline

Definition at line 1750 of file ListExpression.H.

◆ cend()

template<typename E1>
const_iterator cend ( ) const
inline

Definition at line 1750 of file ListExpression.H.

Member Data Documentation

◆ is_leaf

template<typename E1>
bool is_leaf = false
staticconstexpr

Definition at line 1750 of file ListExpression.H.


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