senf::is_fixed< Parser > Struct Template Reference

Test, whether a parser is a fixed-size parser. More...

#include <senf/Packets/PacketParser.hh>

Inheritance diagram for senf::is_fixed< Parser >:

Detailed Description

template<class Parser>
struct senf::is_fixed< Parser >

Test, whether a parser is a fixed-size parser.

This meta-function is called like

    This expression evaluates to a compile-time constant boolean expression which is \c true, if
    \a SomeParser is a fixed size parser, \c false otherwise

    \param[in] Parser The Parser to test
    \returns \c true, if \a Parser is fixed size, \c false otherwise

Definition at line 433 of file PacketParser.hh.


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