cxxomfort  rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
Classes | Namespaces
14-functional-transparent.hpp File Reference

Implementation of C++14's transparent functors.This header is part of cxxomfort and is included automagically when #including <cxxomfort/functional.hpp>. It should not be #included explicitly. More...

Classes

struct  equal_to< void >
 Transparent equal_to functor. More...
 
struct  not_equal_to< void >
 Transparent not_equal_to functor. More...
 
struct  less< void >
 Transparent less functor. More...
 
struct  greater< void >
 Transparent greater functor. More...
 
struct  plus< void >
 Transparent plus operator. More...
 
struct  equal_to< void >
 Transparent equal_to functor. More...
 
struct  not_equal_to< void >
 Transparent not_equal_to functor. More...
 
struct  less< void >
 Transparent less functor. More...
 
struct  greater< void >
 Transparent greater functor. More...
 
struct  plus< void >
 Transparent plus operator. More...
 

Namespaces

 cxxomfort
 Namespace of the cxxomfort library.
 
 cxxomfort::cxxostd
 Backports made available by cxxomfort.
 

Detailed Description

Implementation of C++14's transparent functors.

This header is part of cxxomfort and is included automagically when #including <cxxomfort/functional.hpp>. It should not be #included explicitly.