STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
stapl::is_bijective< MF, b > Struct Template Reference

Metafunction to determine if a mapping function is bijective. A mapping function is bijective if it reflects a true is_bijective trait, or it is both injective and surjective. More...

Detailed Description

template<typename MF, bool b = has_is_bijective<MF>::value>
struct stapl::is_bijective< MF, b >

Metafunction to determine if a mapping function is bijective. A mapping function is bijective if it reflects a true is_bijective trait, or it is both injective and surjective.


The documentation for this struct was generated from the following file: