Template Struct is_floating_point

Inheritance Relationships

Base Type

Template Parameter Order

  1. typename... Args

Struct Documentation

template<typename ...Args>
struct is_floating_point : public camp::concepts::requires_<camp::concepts::FloatingPoint, Args...>