Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Intrinsics

Functions
begin
end
empty
front
back
size
at
at_c
has_key
at_key
Metafunctions
begin
end
empty
front
back
size
at
at_c
value_at
value_at_c
has_key
at_key
value_at_key

Intrinsics form the essential interface of Fusion _sequence_s. STL counterparts of these functions are usually implemented as member functions. Intrinsic functions, unlike Algorithms, are not generic across the full Sequence repertoire. They need to be implemented for each Fusion Sequence [5] .

Header

#include <boost/fusion/sequence/intrinsic.hpp>


[5] In practice, many of intrinsic functions have default implementations that will work in majority of cases

Copyright © 2001-2005 Joel de Guzman, Dan Marsden

PrevUpHomeNext