#include <senf/Utils/type_traits.hh>

Test object if it is any std::pair type
if Pair is any std::pair type, this trait will inherit from boost::true_type, otherwise it will inherit from boost::false_type.
Definition at line 265 of file type_traits.hh.