halcheck 1.0
Loading...
Searching...
No Matches
halcheck::lib::disable_sized_range< T > Struct Template Reference

Indicates whether lib::size should be disabled for a type. More...

#include <range.hpp>

Inheritance diagram for halcheck::lib::disable_sized_range< T >:
std::false_type

Detailed Description

template<typename T>
struct halcheck::lib::disable_sized_range< T >

Indicates whether lib::size should be disabled for a type.

Template Parameters
TThe type to query.

This type may be specialized to inherit from std::true_type in order to disable lib::size for a particular type.


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