FireBreath
1.4.0
Main Page
Related Pages
Namespaces
Classes
Files
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Pages
FB
variant
assign
assign
cast
convert_cast
empty
get_type
is_of_type
reset
variant
variant
template<typename T >
template< typename T >
variant
& FB::variant::assign
(
const T &
x
,
bool
)
inline
Assigns a value of arbitrary type.
Parameters
x
The new value
Returns
*this
Definition at line
271
of file
variant.h
.
271
{
272
object
= x;
273
lessthan = &FB::variant_detail::lessthan<T>::impl;
274
return
*
this
;
275
}
Generated on Fri Dec 13 2019 08:00:04 for FireBreath by
1.8.6