piranha  0.10
Static Public Attributes | List of all members
piranha::key_is_multipliable< Cf, Key > Class Template Reference

Type trait for multipliable key. More...

#include <piranha/key_is_multipliable.hpp>

Static Public Attributes

static const bool value = implementation_defined
 Value of the type trait.
 

Detailed Description

template<typename Cf, typename Key>
class piranha::key_is_multipliable< Cf, Key >

Type trait for multipliable key.

A multipliable key satisfies the following requirements:

Cf and Key are considered after the removal of cf/reference qualifiers by this type trait. Cf and Key must satisfy piranha::is_cf and piranha::is_key, otherwise a compile-time error will be generated.

Definition at line 80 of file key_is_multipliable.hpp.


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