mn::stl::logic_not< T > Struct Template Reference

#include <mn_stl.hpp>

+ Inheritance diagram for mn::stl::logic_not< T >:
+ Collaboration diagram for mn::stl::logic_not< T >:

Public Member Functions

binary_function< T, T, T >::result_type operator() (const T &a) const noexcept
 

Additional Inherited Members

- Public Types inherited from mn::stl::unary_function< T, bool >
using argument_type = T
 argument_type is the type of the argument More...
 
using result_type = bool
 result_type is the return type More...
 

Member Function Documentation

◆ operator()()

template<typename T >
binary_function<T, T, T>::result_type mn::stl::logic_not< T >::operator() ( const T &  a) const
inlinenoexcept

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