piranha  0.10
Static Public Attributes | List of all members
piranha::is_cf< T > Class Template Reference

Type trait to detect coefficient types. More...

#include <piranha/is_cf.hpp>

Static Public Attributes

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

Detailed Description

template<typename T>
class piranha::is_cf< T >

Type trait to detect coefficient types.

This type trait will be true if T can be used as a coefficient type, false otherwise. The requisites for T are the following:

Definition at line 55 of file is_cf.hpp.


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