fiber
Loading...
Searching...
No Matches
functional.hpp File Reference
#include <type_traits>

Go to the source code of this file.

Namespaces

namespace  fiber
 

Functions

template<class A, class B>
constexpr bool fiber::equal (A a, B b)
 
template<std::integral A, std::integral B>
constexpr bool fiber::not_equal (A a, B b)
 
template<std::integral A, std::integral B>
constexpr bool fiber::less_equal (A a, B b)
 
template<std::integral A, std::integral B>
constexpr bool fiber::less (A a, B b)
 
template<std::integral A, std::integral B>
constexpr bool fiber::greater_equal (A a, B b)
 
template<std::integral A, std::integral B>
constexpr bool fiber::greater (A a, B b)