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

Type trait for classes implementing piranha::print_coefficient. More...

#include <piranha/print_coefficient.hpp>

Static Public Attributes

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

Detailed Description

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

Type trait for classes implementing piranha::print_coefficient.

This type trait will be true if piranha::print_coefficient can be called on instances of type T, false otherwise.

Definition at line 94 of file print_coefficient.hpp.


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