mgcpp
A C++ Math Library Based on CUDA
Public Member Functions | Protected Attributes | List of all members
mgcpp::expression< Type > Class Template Reference

#include <expression.hpp>

Public Member Functions

Type & operator~ () noexcept
 
Type const & operator~ () const noexcept
 

Protected Attributes

size_t id = make_id()
 

Member Function Documentation

◆ operator~() [1/2]

template<typename Type>
Type& mgcpp::expression< Type >::operator~ ( )
inlinenoexcept

◆ operator~() [2/2]

template<typename Type>
Type const& mgcpp::expression< Type >::operator~ ( ) const
inlinenoexcept

Member Data Documentation

◆ id

template<typename Type>
size_t mgcpp::expression< Type >::id = make_id()
protected

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