X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FIntParser.hh;h=e24f42964867a736aa6cbfc6bfb8bb9ccb8b8c9d;hb=961cf85a6abf2b5f0a7958bbfcd8f72e7b32721b;hp=02e8eb104353a6f507728772837645e70b3e2f23;hpb=3fe2ed38b800bcb57afff676698462e763724245;p=senf.git diff --git a/senf/Packets/IntParser.hh b/senf/Packets/IntParser.hh index 02e8eb1..e24f429 100644 --- a/senf/Packets/IntParser.hh +++ b/senf/Packets/IntParser.hh @@ -59,7 +59,7 @@ namespace senf { \li p = v: Assigns the value to the packet field. \li p.value(v): same as above. \li p.value(): Returns the fields value as an integer number. - \li Use of p like an integer in most contexts: p += v, p *= v, v = p + + \li Use of p like an integer in most contexts: p += v, p *= v, v = p 1 and so on. You will only need to use the explicit \c value() member in rare circumstances when the automatic conversion is ambiguous or in some template contexts.