Template Class is_seekable
- Defined in File traits.hpp 
Inheritance Relationships
Base Type
- public False
Class Documentation
- 
template<typename T>
 class is_seekable : public False
- Default action for detection of seekable devices (false). - Sets the default value (false) for detection of the seekable device trait. Specialisations enable this to true. - Template Parameters:
- T – : the test type.