Template Struct min_size

Inheritance Relationships

Base Type

  • public std::integral_constant< std::size_t,(A< B) ? A :B >

Struct Documentation

template<std::size_t A, std::size_t B>
struct min_size : public std::integral_constant<std::size_t, (A < B) ? A : B>