tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
multiplies< void > Struct Reference

#include <multiplies.hpp>

Public Types

using is_transparent = void
 

Public Member Functions

template<typename T , typename U >
constexpr auto operator() (T &&lhs, U &&rhs) const noexcept(noexcept(etl::forward< T >(lhs) *etl::forward< U >(rhs))) -> decltype(etl::forward< T >(lhs) *etl::forward< U >(rhs))
 Returns the product between lhs and rhs.
 

Member Typedef Documentation

◆ is_transparent

Member Function Documentation

◆ operator()()

template<typename T , typename U >
constexpr auto operator() ( T &&  lhs,
U &&  rhs 
) const -> decltype(etl::forward<T>(lhs) * etl::forward<U>(rhs))
inlineconstexprnoexcept

Returns the product between lhs and rhs.


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