Celeritas 0.6.0-108+develop.73dfdd69
Loading...
Searching...
No Matches
Public Member Functions | List of all members
celeritas::LogicalNot< T > Struct Template Reference

A Function object for performing logical NOT (logical negation). More...

#include <Algorithms.hh>

Public Member Functions

CELER_CONSTEXPR_FUNCTION bool operator() (T const &value) const noexcept
 

Detailed Description

template<class T = void>
struct celeritas::LogicalNot< T >

A Function object for performing logical NOT (logical negation).

Effectively calls operator! for type T.


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