C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
Loading...
Searching...
No Matches
essence::io::bitstream_type_judger Class Reference

Provides an ability to identify the exact type of bitstream. More...

#include <bitstream_type_judger.hpp>

Public Member Functions

ES_API(CPPESSENCE) explicit bitstream_type_judger(std ES_API (CPPESSENCE) bitstream_type_judger(bitstream_type_judger &&) noexcept
 Creates an instance from well-defined type hints.
 
 ES_API (CPPESSENCE) ~bitstream_type_judger()
 
 ES_API (CPPESSENCE) bitstream_type_judger &operator
 

Detailed Description

Provides an ability to identify the exact type of bitstream.

Member Function Documentation

◆ ES_API()

ES_API(CPPESSENCE) explicit bitstream_type_judger(std essence::io::bitstream_type_judger::ES_API ( CPPESSENCE ) &&
noexcept

Creates an instance from well-defined type hints.

Parameters
hintsThe type hints.

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