|
dune-common 2.9.1
|
Loading...
Searching...
No Matches
Dune::AlignedNumberImpl::AlignedNumber< T, align > Class Template Reference
aligned wrappers for arithmetic types More...
#include <dune/common/debugalign.hh>
Inheritance diagram for Dune::AlignedNumberImpl::AlignedNumber< T, align >:

Public Member Functions | |
| AlignedNumber ()=default | |
| AlignedNumber (T value) | |
| template<class U , std::size_t uAlign, class = std::enable_if_t<(align >= uAlign) && std::is_convertible<U, T>::value>> | |
| AlignedNumber (const AlignedNumber< U, uAlign > &o) | |
| template<class U , class = std::enable_if_t<std::is_convertible<T, U>::value>> | |
| operator U () const | |
| const T & | value () const |
| T & | value () |
| template<class U = T, class = std::void_t<decltype(++std::declval<U&>())>> | |
| AlignedNumber & | operator++ () |
| template<class U = T, class = std::void_t<decltype(--std::declval<U&>())>> | |
| AlignedNumber & | operator-- () |
| template<class U = T, class = std::void_t<decltype(std::declval<U&>()++)>> | |
| decltype(auto) | operator++ (int) |
| template<class U = T, class = std::void_t<decltype(std::declval<U&>()--)>> | |
| decltype(auto) | operator-- (int) |
| template<class U = T, class = std::void_t<decltype(+std::declval<const U&>())>> | |
| decltype(auto) | operator+ () const |
| template<class U = T, class = std::void_t<decltype(-std::declval<const U&>())>> | |
| decltype(auto) | operator- () const |
| template<class U = T, class = std::void_t<decltype(~std::declval<const U&>())>> | |
| decltype(auto) | operator~ () const |
| template<class U = T, class = std::void_t<decltype(!std::declval<const U&>())>> | |
| decltype(auto) | operator! () const |
| DUNE_ASSIGN_OP (+=) | |
| DUNE_ASSIGN_OP (-=) | |
| DUNE_ASSIGN_OP * | DUNE_ASSIGN_OP (/=);DUNE_ASSIGN_OP(%= |
| DUNE_ASSIGN_OP^ | DUNE_ASSIGN_OP (&=);DUNE_ASSIGN_OP(|= |
| DUNE_ASSIGN_OP (<<=) | |
| DUNE_ASSIGN_OP (> >=) | |
Detailed Description
template<class T, std::size_t align>
class Dune::AlignedNumberImpl::AlignedNumber< T, align >
class Dune::AlignedNumberImpl::AlignedNumber< T, align >
aligned wrappers for arithmetic types
Constructor & Destructor Documentation
◆ AlignedNumber() [1/3]
template<class T , std::size_t align>
|
default |
◆ AlignedNumber() [2/3]
template<class T , std::size_t align>
|
inline |
◆ AlignedNumber() [3/3]
template<class T , std::size_t align>
template<class U , std::size_t uAlign, class = std::enable_if_t<(align >= uAlign) && std::is_convertible<U, T>::value>>
|
inline |
Member Function Documentation
◆ DUNE_ASSIGN_OP() [1/6]
template<class T , std::size_t align>
| DUNE_ASSIGN_OP^ Dune::AlignedNumberImpl::AlignedNumber< T, align >::DUNE_ASSIGN_OP | ( | & | ) |
◆ DUNE_ASSIGN_OP() [2/6]
template<class T , std::size_t align>
| Dune::AlignedNumberImpl::AlignedNumber< T, align >::DUNE_ASSIGN_OP | ( | + | ) |
◆ DUNE_ASSIGN_OP() [3/6]
template<class T , std::size_t align>
| Dune::AlignedNumberImpl::AlignedNumber< T, align >::DUNE_ASSIGN_OP | ( | - | ) |
◆ DUNE_ASSIGN_OP() [4/6]
template<class T , std::size_t align>
| DUNE_ASSIGN_OP * Dune::AlignedNumberImpl::AlignedNumber< T, align >::DUNE_ASSIGN_OP | ( | / | ) |
◆ DUNE_ASSIGN_OP() [5/6]
template<class T , std::size_t align>
| Dune::AlignedNumberImpl::AlignedNumber< T, align >::DUNE_ASSIGN_OP | ( | << | ) |
◆ DUNE_ASSIGN_OP() [6/6]
template<class T , std::size_t align>
| Dune::AlignedNumberImpl::AlignedNumber< T, align >::DUNE_ASSIGN_OP | ( | >= | ) |
◆ operator U()
template<class T , std::size_t align>
template<class U , class = std::enable_if_t<std::is_convertible<T, U>::value>>
|
inlineexplicit |
◆ operator!()
template<class T , std::size_t align>
template<class U = T, class = std::void_t<decltype(!std::declval<const U&>())>>
|
inline |
◆ operator+()
template<class T , std::size_t align>
template<class U = T, class = std::void_t<decltype(+std::declval<const U&>())>>
|
inline |
◆ operator++() [1/2]
template<class T , std::size_t align>
template<class U = T, class = std::void_t<decltype(++std::declval<U&>())>>
|
inline |
◆ operator++() [2/2]
template<class T , std::size_t align>
template<class U = T, class = std::void_t<decltype(std::declval<U&>()++)>>
|
inline |
◆ operator-()
template<class T , std::size_t align>
template<class U = T, class = std::void_t<decltype(-std::declval<const U&>())>>
|
inline |
◆ operator--() [1/2]
template<class T , std::size_t align>
template<class U = T, class = std::void_t<decltype(--std::declval<U&>())>>
|
inline |
◆ operator--() [2/2]
template<class T , std::size_t align>
template<class U = T, class = std::void_t<decltype(std::declval<U&>()--)>>
|
inline |
◆ operator~()
template<class T , std::size_t align>
template<class U = T, class = std::void_t<decltype(~std::declval<const U&>())>>
|
inline |
◆ value() [1/2]
template<class T , std::size_t align>
|
inline |
◆ value() [2/2]
template<class T , std::size_t align>
|
inline |
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8