Celeritas 0.6.0-108+develop.73dfdd69
|
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 |
A Function object for performing logical NOT (logical negation).
Effectively calls operator! for type T.