Whether a type behaves like a tuple with exactly two elements. More...
#include <bio/meta/concept/tuple.hpp>
Whether a type behaves like a tuple with exactly two elements.
Types that meet this concept are for example std::tuple, std::pair, std::array, bio::meta::pod_tuple, iff std::tuple_size equals 2
.