#include <dry-comparisons.hpp>
|
template<typename F > |
constexpr auto | or_all (F &&f) const |
|
template<typename F > |
constexpr auto | and_all (F &&f) const |
|
template<typename RT , typename ... Args> |
constexpr RT | bind (Args &&... args) const |
|
template<typename Char , typename Traits > |
std::basic_ostream< Char, Traits > & | print (const Char *label, std::basic_ostream< Char, Traits > &os) const |
|
◆ and_all()
template<typename ... Ts>
template<typename F >
◆ bind()
template<typename ... Ts>
template<typename RT , typename ... Args>
◆ or_all()
template<typename ... Ts>
template<typename F >
◆ print()
template<typename ... Ts>
template<typename Char , typename Traits >
std::basic_ostream< Char, Traits > & ext::internal::logical_tuple< Ts >::print |
( |
const Char * |
label, |
|
|
std::basic_ostream< Char, Traits > & |
os |
|
) |
| const |
|
inlineprotected |
The documentation for this class was generated from the following file: