Skip to content

Commit

Permalink
Document operators available to the placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Dec 22, 2015
1 parent fa265bb commit 7feabd8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fit/placeholders.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
/// placeholder<8> _8 = {};
/// placeholder<9> _9 = {};
///
/// Operators
/// ---------
///
/// * Binary operators: +,-,*,/,%,>>,<<,>,<,<=,>=,==,!=,&,^,|,&&,||
/// * Assign operators: +=,-=,*=,/=,%=,>>=,<<=,&=,|=,^=
/// * Unary operators: !,~,+,-,*,++,--
///
///
/// Example
/// -------
Expand Down

0 comments on commit 7feabd8

Please sign in to comment.