GetFEM
5.4.2
|
Template class which forwards insertions to the container class. More...
#include <bgeot_comma_init.h>
Public Member Functions | |
Comma_initializer & | operator= (const value_type v) |
Should only be used with first value. More... | |
Comma_initializer & | operator+= (value_type v) |
Should only be used with first value. More... | |
Template class which forwards insertions to the container class.
Definition at line 52 of file bgeot_comma_init.h.
|
inline |
Should only be used with first value.
The operator gives a nice syntax for initializing the container.
Definition at line 67 of file bgeot_comma_init.h.
|
inline |
Should only be used with first value.
The operator gives a nice syntax for appending to the container.
Definition at line 76 of file bgeot_comma_init.h.