ViennaSHE 1.3.0
Free open-source semiconductor device simulator using spherical harmonics expansions techniques.
viennashe::util::logic_or_averaging Struct Reference

A functor which returns the result of a logic-or chain consisting of all elements of the supplied container. More...

#include <misc.hpp>

Public Member Functions

template<typename ContainerType >
bool operator() (ContainerType const &cont) const
 

Detailed Description

A functor which returns the result of a logic-or chain consisting of all elements of the supplied container.

The container is required to provide STL-compatible forward-iterators and a member function size() returning the number of elements.

Definition at line 121 of file misc.hpp.

Member Function Documentation

◆ operator()()

template<typename ContainerType >
bool viennashe::util::logic_or_averaging::operator() ( ContainerType const &  cont) const
inline

Definition at line 124 of file misc.hpp.


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