Boost.Hana  1.3.0
Your standard library for metaprogramming
is_disjoint.hpp File Reference

Forward declares boost::hana::is_disjoint. More...

Namespaces

 boost::hana
 Namespace containing everything in the library.
 

Variables

constexpr auto boost::hana::is_disjoint
 Returns whether two Searchables are disjoint.Given two Searchables xs and ys, is_disjoint returns a Logical representing whether the keys in xs are disjoint from the keys in ys, i.e. whether both structures have no keys in common. More...
 

Detailed Description

Forward declares boost::hana::is_disjoint.