mn_triple.hpp
Go to the documentation of this file.
85 triple<TFIRST, TSECOND, TTHIRD> make_triple(const TFIRST& a, const TSECOND& b, const TTHIRD& c) {
95 };
triple< TFIRST, TSECOND, TTHIRD > make_triple(const TFIRST &a, const TSECOND &b, const TTHIRD &c)
Definition: mn_triple.hpp:85
Definition: mn_allocator_typetraits.hpp:25
Definition: mn_triple.hpp:29
bool operator!=(const self_type &rhs)
Definition: mn_triple.hpp:70
basic_triple(const self_type &other)
Definition: mn_triple.hpp:51
basic_triple(const reference_first a)
Definition: mn_triple.hpp:46
self_type & operator=(const self_type &rhs)
Definition: mn_triple.hpp:59
basic_triple(const reference_first a, reference_second b, reference_third c)
Definition: mn_triple.hpp:48
bool operator==(const self_type &rhs)
Definition: mn_triple.hpp:66
Definition: mn_typetraits.hpp:357
Definition: mn_typetraits.hpp:249