senf::is_fixed< Parser > Struct Template Reference
[The PacketParser facility]

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

#include <senf/Packets/PacketParser.hh>


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 true, if SomeParser is a fixed size parser, false otherwise

Parameters:
[in]  Parser  The Parser to test
Returns:
true, if Parser is fixed size, false otherwise

Definition at line 443 of file PacketParser.hh.


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