Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::flyweights Namespace Reference

Namespaces

 detail
 

Classes

struct  assoc_container_factory
 
singleton  assoc_container_factory_class
 
struct  factory
 
struct  factory_marker
 
singleton  flyweight
 
struct  hashed_factory
 
singleton  hashed_factory_class
 
struct  holder
 
struct  holder_marker
 
struct  intermodule_holder
 
struct  intermodule_holder_class
 
struct  is_factory
 
struct  is_holder
 
struct  is_locking
 
struct  is_tracking
 
struct  key_value
 
struct  locking
 
struct  locking_marker
 
struct  no_locking
 
struct  no_tracking
 
struct  refcounted
 
struct  set_factory
 
singleton  set_factory_class
 
struct  simple_locking
 
struct  static_holder
 
struct  static_holder_class
 
struct  tag
 
struct  tracking
 
struct  tracking_marker
 

Functions

template<typename T1 , typename Arg11 , typename Arg12 , typename Arg13 , typename Arg14 , typename Arg15 , typename T2 , typename Arg21 , typename Arg22 , typename Arg23 , typename Arg24 , typename Arg25 >
bool operator== (const flyweight< T1, Arg11, Arg12, Arg13, Arg14, Arg15 > &x, const flyweight< T2, Arg21, Arg22, Arg23, Arg24, Arg25 > &y)
 
template<typename T1 , typename Arg11 , typename Arg12 , typename Arg13 , typename Arg14 , typename Arg15 , typename T2 , typename Arg21 , typename Arg22 , typename Arg23 , typename Arg24 , typename Arg25 >
bool operator< (const flyweight< T1, Arg11, Arg12, Arg13, Arg14, Arg15 > &x, const flyweight< T2, Arg21, Arg22, Arg23, Arg24, Arg25 > &y)
 
template<typename T1 , typename Arg11 , typename Arg12 , typename Arg13 , typename Arg14 , typename Arg15 , typename T2 >
bool operator== (const flyweight< T1, Arg11, Arg12, Arg13, Arg14, Arg15 > &x, const T2 &y)
 
template<typename T1 , typename T2 , typename Arg21 , typename Arg22 , typename Arg23 , typename Arg24 , typename Arg25 >
bool operator== (const T1 &x, const flyweight< T2, Arg21, Arg22, Arg23, Arg24, Arg25 > &y)
 
template<typename T1 , typename Arg11 , typename Arg12 , typename Arg13 , typename Arg14 , typename Arg15 , typename T2 >
bool operator< (const flyweight< T1, Arg11, Arg12, Arg13, Arg14, Arg15 > &x, const T2 &y)
 
template<typename T1 , typename T2 , typename Arg21 , typename Arg22 , typename Arg23 , typename Arg24 , typename Arg25 >
bool operator< (const T1 &x, const flyweight< T2, Arg21, Arg22, Arg23, Arg24, Arg25 > &y)
 
template<typename T1 BOOST_PP_COMMA() typename Arg11, typename Arg12 , typename Arg13 , typename Arg14 , typename Arg15 BOOST_PP_COMMA() typename T2 BOOST_PP_COMMA() typename Arg21, typename Arg22 , typename Arg23 , typename Arg24 , typename Arg25 >
bool operator!= (const flyweight< T1 BOOST_PP_COMMA() Arg11, Arg12, Arg13, Arg14, Arg15 > &x, const flyweight< T2 BOOST_PP_COMMA() Arg21, Arg22, Arg23, Arg24, Arg25 > &y)
 
template<typename T1 BOOST_PP_COMMA() typename Arg11, typename Arg12 , typename Arg13 , typename Arg14 , typename Arg15 BOOST_PP_COMMA() typename T2 BOOST_PP_COMMA() typename Arg21, typename Arg22 , typename Arg23 , typename Arg24 , typename Arg25 >
bool operator> (const flyweight< T1 BOOST_PP_COMMA() Arg11, Arg12, Arg13, Arg14, Arg15 > &x, const flyweight< T2 BOOST_PP_COMMA() Arg21, Arg22, Arg23, Arg24, Arg25 > &y)
 
template<typename T1 BOOST_PP_COMMA() typename Arg11, typename Arg12 , typename Arg13 , typename Arg14 , typename Arg15 BOOST_PP_COMMA() typename T2 BOOST_PP_COMMA() typename Arg21, typename Arg22 , typename Arg23 , typename Arg24 , typename Arg25 >
bool operator>= (const flyweight< T1 BOOST_PP_COMMA() Arg11, Arg12, Arg13, Arg14, Arg15 > &x, const flyweight< T2 BOOST_PP_COMMA() Arg21, Arg22, Arg23, Arg24, Arg25 > &y)
 
template<typename T1 BOOST_PP_COMMA() typename Arg11, typename Arg12 , typename Arg13 , typename Arg14 , typename Arg15 BOOST_PP_COMMA() typename T2 BOOST_PP_COMMA() typename Arg21, typename Arg22 , typename Arg23 , typename Arg24 , typename Arg25 >
bool operator<= (const flyweight< T1 BOOST_PP_COMMA() Arg11, Arg12, Arg13, Arg14, Arg15 > &x, const flyweight< T2 BOOST_PP_COMMA() Arg21, Arg22, Arg23, Arg24, Arg25 > &y)
 
template<typename T1 BOOST_PP_COMMA() typename Arg11, typename Arg12 , typename Arg13 , typename Arg14 , typename Arg15 BOOST_PP_COMMA() typename T2>
bool operator!= (const flyweight< T1 BOOST_PP_COMMA() Arg11, Arg12, Arg13, Arg14, Arg15 > &x, const T2 &y)
 
template<typename T1 BOOST_PP_COMMA() typename Arg11, typename Arg12 , typename Arg13 , typename Arg14 , typename Arg15 BOOST_PP_COMMA() typename T2>
bool operator> (const flyweight< T1 BOOST_PP_COMMA() Arg11, Arg12, Arg13, Arg14, Arg15 > &x, const T2 &y)
 
template<typename T1 BOOST_PP_COMMA() typename Arg11, typename Arg12 , typename Arg13 , typename Arg14 , typename Arg15 BOOST_PP_COMMA() typename T2>
bool operator>= (const flyweight< T1 BOOST_PP_COMMA() Arg11, Arg12, Arg13, Arg14, Arg15 > &x, const T2 &y)
 
template<typename T1 BOOST_PP_COMMA() typename Arg11, typename Arg12 , typename Arg13 , typename Arg14 , typename Arg15 BOOST_PP_COMMA() typename T2>
bool operator<= (const flyweight< T1 BOOST_PP_COMMA() Arg11, Arg12, Arg13, Arg14, Arg15 > &x, const T2 &y)
 
template<typename T1 BOOST_PP_COMMA() typename T2 BOOST_PP_COMMA() typename Arg21, typename Arg22 , typename Arg23 , typename Arg24 , typename Arg25 >
bool operator!= (const T1 &x, const flyweight< T2 BOOST_PP_COMMA() Arg21, Arg22, Arg23, Arg24, Arg25 > &y)
 
template<typename T1 BOOST_PP_COMMA() typename T2 BOOST_PP_COMMA() typename Arg21, typename Arg22 , typename Arg23 , typename Arg24 , typename Arg25 >
bool operator> (const T1 &x, const flyweight< T2 BOOST_PP_COMMA() Arg21, Arg22, Arg23, Arg24, Arg25 > &y)
 
template<typename T1 BOOST_PP_COMMA() typename T2 BOOST_PP_COMMA() typename Arg21, typename Arg22 , typename Arg23 , typename Arg24 , typename Arg25 >
bool operator>= (const T1 &x, const flyweight< T2 BOOST_PP_COMMA() Arg21, Arg22, Arg23, Arg24, Arg25 > &y)
 
template<typename T1 BOOST_PP_COMMA() typename T2 BOOST_PP_COMMA() typename Arg21, typename Arg22 , typename Arg23 , typename Arg24 , typename Arg25 >
bool operator<= (const T1 &x, const flyweight< T2 BOOST_PP_COMMA() Arg21, Arg22, Arg23, Arg24, Arg25 > &y)
 
template<typename T , typename Arg_1 , typename Arg_2 , typename Arg_3 , typename Arg_4 , typename Arg_5 >
void swap (flyweight< T, Arg_1, Arg_2, Arg_3, Arg_4, Arg_5 > &x, flyweight< T, Arg_1, Arg_2, Arg_3, Arg_4, Arg_5 > &y)
 
template<BOOST_TEMPLATED_STREAM_COMMA typename T, typename Arg_1 , typename Arg_2 , typename Arg_3 , typename Arg_4 , typename Arg_5 >
 BOOST_TEMPLATED_STREAM (ostream, ElemType, Traits)&operator<<(BOOST_TEMPLATED_STREAM(ostream
 
Traits const flyweight< T,
Arg_1, Arg_2, Arg_3, Arg_4,
Arg_5 > &x return out<< x.get();}template
< BOOST_TEMPLATED_STREAM_COMMA
typename T, typename Arg_1,
typename Arg_2, typename Arg_3,
typename Arg_4, typename Arg_5 > 
BOOST_TEMPLATED_STREAM (istream, ElemType, Traits)&operator>>(BOOST_TEMPLATED_STREAM(istream
 
value_type t (x.get())
 

Variables

 ElemType
 
Traits & out
 
Traits const flyweight< T,
Arg_1, Arg_2, Arg_3, Arg_4,
Arg_5 > &x return out<< x.get();}template
< BOOST_TEMPLATED_STREAM_COMMA
typename T, typename Arg_1,
typename Arg_2, typename Arg_3,
typename Arg_4, typename Arg_5 >
Traits & 
in
 
Traits const flyweight< T,
Arg_1, Arg_2, Arg_3, Arg_4,
Arg_5 > &x return out<< x.get();}template
< BOOST_TEMPLATED_STREAM_COMMA
typename T, typename Arg_1,
typename Arg_2, typename Arg_3,
typename Arg_4, typename Arg_5 >
Traits flyweight< T, Arg_1,
Arg_2, Arg_3, Arg_4, Arg_5 > & 
x
 
in t
 

Function Documentation

template<BOOST_TEMPLATED_STREAM_COMMA typename T, typename Arg_1 , typename Arg_2 , typename Arg_3 , typename Arg_4 , typename Arg_5 >
boost::flyweights::BOOST_TEMPLATED_STREAM ( ostream  ,
ElemType  ,
Traits   
)
inline
boost::flyweights::BOOST_TEMPLATED_STREAM ( istream  ,
ElemType  ,
Traits   
)
inline
template<typename T1 BOOST_PP_COMMA() typename Arg11, typename Arg12 , typename Arg13 , typename Arg14 , typename Arg15 BOOST_PP_COMMA() typename T2 BOOST_PP_COMMA() typename Arg21, typename Arg22 , typename Arg23 , typename Arg24 , typename Arg25 >
bool boost::flyweights::operator!= ( const flyweight< T1 BOOST_PP_COMMA() Arg11, Arg12, Arg13, Arg14, Arg15 > &  x,
const flyweight< T2 BOOST_PP_COMMA() Arg21, Arg22, Arg23, Arg24, Arg25 > &  y 
)
inline
template<typename T1 BOOST_PP_COMMA() typename Arg11, typename Arg12 , typename Arg13 , typename Arg14 , typename Arg15 BOOST_PP_COMMA() typename T2>
bool boost::flyweights::operator!= ( const flyweight< T1 BOOST_PP_COMMA() Arg11, Arg12, Arg13, Arg14, Arg15 > &  x,
const T2 &  y 
)
inline
template<typename T1 BOOST_PP_COMMA() typename T2 BOOST_PP_COMMA() typename Arg21, typename Arg22 , typename Arg23 , typename Arg24 , typename Arg25 >
bool boost::flyweights::operator!= ( const T1 &  x,
const flyweight< T2 BOOST_PP_COMMA() Arg21, Arg22, Arg23, Arg24, Arg25 > &  y 
)
inline
template<typename T1 , typename Arg11 , typename Arg12 , typename Arg13 , typename Arg14 , typename Arg15 , typename T2 , typename Arg21 , typename Arg22 , typename Arg23 , typename Arg24 , typename Arg25 >
bool boost::flyweights::operator< ( const flyweight< T1, Arg11, Arg12, Arg13, Arg14, Arg15 > &  x,
const flyweight< T2, Arg21, Arg22, Arg23, Arg24, Arg25 > &  y 
)

References x, and boost::polygon::y().

template<typename T1 , typename Arg11 , typename Arg12 , typename Arg13 , typename Arg14 , typename Arg15 , typename T2 >
bool boost::flyweights::operator< ( const flyweight< T1, Arg11, Arg12, Arg13, Arg14, Arg15 > &  x,
const T2 &  y 
)

References boost::polygon::y().

template<typename T1 , typename T2 , typename Arg21 , typename Arg22 , typename Arg23 , typename Arg24 , typename Arg25 >
bool boost::flyweights::operator< ( const T1 &  x,
const flyweight< T2, Arg21, Arg22, Arg23, Arg24, Arg25 > &  y 
)

References boost::polygon::y().

template<typename T1 BOOST_PP_COMMA() typename Arg11, typename Arg12 , typename Arg13 , typename Arg14 , typename Arg15 BOOST_PP_COMMA() typename T2 BOOST_PP_COMMA() typename Arg21, typename Arg22 , typename Arg23 , typename Arg24 , typename Arg25 >
bool boost::flyweights::operator<= ( const flyweight< T1 BOOST_PP_COMMA() Arg11, Arg12, Arg13, Arg14, Arg15 > &  x,
const flyweight< T2 BOOST_PP_COMMA() Arg21, Arg22, Arg23, Arg24, Arg25 > &  y 
)
inline
template<typename T1 BOOST_PP_COMMA() typename Arg11, typename Arg12 , typename Arg13 , typename Arg14 , typename Arg15 BOOST_PP_COMMA() typename T2>
bool boost::flyweights::operator<= ( const flyweight< T1 BOOST_PP_COMMA() Arg11, Arg12, Arg13, Arg14, Arg15 > &  x,
const T2 &  y 
)
inline
template<typename T1 BOOST_PP_COMMA() typename T2 BOOST_PP_COMMA() typename Arg21, typename Arg22 , typename Arg23 , typename Arg24 , typename Arg25 >
bool boost::flyweights::operator<= ( const T1 &  x,
const flyweight< T2 BOOST_PP_COMMA() Arg21, Arg22, Arg23, Arg24, Arg25 > &  y 
)
inline
template<typename T1 , typename Arg11 , typename Arg12 , typename Arg13 , typename Arg14 , typename Arg15 , typename T2 , typename Arg21 , typename Arg22 , typename Arg23 , typename Arg24 , typename Arg25 >
bool boost::flyweights::operator== ( const flyweight< T1, Arg11, Arg12, Arg13, Arg14, Arg15 > &  x,
const flyweight< T2, Arg21, Arg22, Arg23, Arg24, Arg25 > &  y 
)

References x, and boost::polygon::y().

template<typename T1 , typename Arg11 , typename Arg12 , typename Arg13 , typename Arg14 , typename Arg15 , typename T2 >
bool boost::flyweights::operator== ( const flyweight< T1, Arg11, Arg12, Arg13, Arg14, Arg15 > &  x,
const T2 &  y 
)

References x, and boost::polygon::y().

template<typename T1 , typename T2 , typename Arg21 , typename Arg22 , typename Arg23 , typename Arg24 , typename Arg25 >
bool boost::flyweights::operator== ( const T1 &  x,
const flyweight< T2, Arg21, Arg22, Arg23, Arg24, Arg25 > &  y 
)

References boost::polygon::y().

template<typename T1 BOOST_PP_COMMA() typename Arg11, typename Arg12 , typename Arg13 , typename Arg14 , typename Arg15 BOOST_PP_COMMA() typename T2 BOOST_PP_COMMA() typename Arg21, typename Arg22 , typename Arg23 , typename Arg24 , typename Arg25 >
bool boost::flyweights::operator> ( const flyweight< T1 BOOST_PP_COMMA() Arg11, Arg12, Arg13, Arg14, Arg15 > &  x,
const flyweight< T2 BOOST_PP_COMMA() Arg21, Arg22, Arg23, Arg24, Arg25 > &  y 
)
inline
template<typename T1 BOOST_PP_COMMA() typename Arg11, typename Arg12 , typename Arg13 , typename Arg14 , typename Arg15 BOOST_PP_COMMA() typename T2>
bool boost::flyweights::operator> ( const flyweight< T1 BOOST_PP_COMMA() Arg11, Arg12, Arg13, Arg14, Arg15 > &  x,
const T2 &  y 
)
inline
template<typename T1 BOOST_PP_COMMA() typename T2 BOOST_PP_COMMA() typename Arg21, typename Arg22 , typename Arg23 , typename Arg24 , typename Arg25 >
bool boost::flyweights::operator> ( const T1 &  x,
const flyweight< T2 BOOST_PP_COMMA() Arg21, Arg22, Arg23, Arg24, Arg25 > &  y 
)
inline
template<typename T1 BOOST_PP_COMMA() typename Arg11, typename Arg12 , typename Arg13 , typename Arg14 , typename Arg15 BOOST_PP_COMMA() typename T2 BOOST_PP_COMMA() typename Arg21, typename Arg22 , typename Arg23 , typename Arg24 , typename Arg25 >
bool boost::flyweights::operator>= ( const flyweight< T1 BOOST_PP_COMMA() Arg11, Arg12, Arg13, Arg14, Arg15 > &  x,
const flyweight< T2 BOOST_PP_COMMA() Arg21, Arg22, Arg23, Arg24, Arg25 > &  y 
)
inline
template<typename T1 BOOST_PP_COMMA() typename Arg11, typename Arg12 , typename Arg13 , typename Arg14 , typename Arg15 BOOST_PP_COMMA() typename T2>
bool boost::flyweights::operator>= ( const flyweight< T1 BOOST_PP_COMMA() Arg11, Arg12, Arg13, Arg14, Arg15 > &  x,
const T2 &  y 
)
inline
template<typename T1 BOOST_PP_COMMA() typename T2 BOOST_PP_COMMA() typename Arg21, typename Arg22 , typename Arg23 , typename Arg24 , typename Arg25 >
bool boost::flyweights::operator>= ( const T1 &  x,
const flyweight< T2 BOOST_PP_COMMA() Arg21, Arg22, Arg23, Arg24, Arg25 > &  y 
)
inline
template<typename T , typename Arg_1 , typename Arg_2 , typename Arg_3 , typename Arg_4 , typename Arg_5 >
void boost::flyweights::swap ( flyweight< T, Arg_1, Arg_2, Arg_3, Arg_4, Arg_5 > &  x,
flyweight< T, Arg_1, Arg_2, Arg_3, Arg_4, Arg_5 > &  y 
)
inline

References boost::polygon::y().

value_type boost::flyweights::t ( x.  get())

Variable Documentation

boost::flyweights::ElemType
Traits & boost::flyweights::in

Referenced by boost::io::basic_altstringbuf< Ch, Tr, Alloc >::begin(), boost::io::basic_altstringbuf< Ch, Tr, Alloc >::clear_buffer(), boost::iostreams::close(), boost::iostreams::detail::combined_device< Source, Sink >::close(), boost::iostreams::aggregate_filter< Ch, Alloc >::close(), boost::iostreams::detail::composite_device< Filter, Device, Mode >::close(), boost::iostreams::detail::combined_filter< InputFilter, OutputFilter >::close(), boost::iostreams::basic_line_filter< Ch, Alloc >::close(), boost::iostreams::detail::code_converter_impl< Device, Codecvt, Alloc >::close(), boost::iostreams::detail::composite_filter< Filter1, Filter2, Mode >::close(), boost::iostreams::detail::close_impl< close_filtering_stream >::close(), boost::iostreams::detail::close_impl< closable_tag >::close(), boost::iostreams::detail::close_all(), boost::io::basic_altstringbuf< Ch, Tr, Alloc >::cur_size(), boost::graph::parallel::detail::do_brandes_sssp(), boost::unit_test::ut_detail::ifstream_holder< CharT >::ifstream_holder(), boost::range::istream_range(), boost::graph::distributed::detail::marshal_set(), boost::spirit::qi::no_case_literal_string< String, no_attribute >::no_case_literal_string(), boost::filesystem::basic_ifstream< charT, traits >::open(), boost::iostreams::basic_file_source< Ch >::open(), boost::iostreams::basic_file_sink< Ch >::open(), boost::filesystem::basic_fstream< charT, traits >::open(), boost::iostreams::mapped_file_source::open(), boost::iostreams::mapped_file_sink::open(), boost::operator>>(), boost::spirit::x3::operator>>(), boost::spirit::operator>>(), boost::logic::operator>>(), boost::locale::operator>>(), boost::io::basic_altstringbuf< Ch, Tr, Alloc >::overflow(), boost::interprocess::basic_vectorbuf< CharVector, CharTraits >::overflow(), boost::spirit::qi::stream_parser< Char, T >::parse(), boost::iostreams::code_converter< Device, Codecvt, Alloc >::read(), boost::iostreams::basic_gzip_decompressor< Alloc >::read(), boost::read_dimacs_max_flow(), boost::read_dimacs_min_cut(), boost::interprocess::basic_vectorbuf< CharVector, CharTraits >::reserve(), boost::graph::parallel::detail::betweenness_centrality_delta_stepping_impl< Graph, DistanceMap, IncomingMap, EdgeWeightMap, PathCountMap >::run(), boost::io::basic_altstringbuf< Ch, Tr, Alloc >::seekoff(), boost::interprocess::basic_bufferbuf< CharT, CharTraits >::seekoff(), boost::interprocess::basic_vectorbuf< CharVector, CharTraits >::seekoff(), boost::io::basic_altstringbuf< Ch, Tr, Alloc >::seekpos(), boost::io::basic_altstringbuf< Ch, Tr, Alloc >::size(), boost::io::basic_altstringbuf< Ch, Tr, Alloc >::str(), boost::iostreams::test_input_filter(), boost::iostreams::test_output_filter(), boost::io::basic_altstringbuf< Ch, Tr, Alloc >::underflow(), and boost::graph::distributed::detail::unmarshal_set().

Traits & boost::flyweights::out
in boost::flyweights::t

Referenced by boost::numeric::ublas::coordinate_vector< T, IB, IA, TA >::append_element(), boost::numeric::ublas::coordinate_matrix< T, L, IB, IA, TA >::append_element(), boost::re_detail::basic_regex_creator< charT, traits >::append_state(), boost::numeric::ublas::scalar_identity< T >::apply(), boost::lambda::throw_action< throw_new_action >::apply(), boost::numeric::ublas::scalar_negate< T >::apply(), boost::numeric::ublas::vector_sum< V >::apply(), boost::numeric::ublas::vector_norm_1< V >::apply(), boost::numeric::ublas::vector_norm_2< V >::apply(), boost::numeric::ublas::vector_norm_inf< V >::apply(), boost::numeric::ublas::vector_index_norm_inf< V >::apply(), boost::numeric::ublas::vector_inner_prod< V1, V2, TV >::apply(), boost::numeric::ublas::matrix_vector_prod1< M1, M2, TV >::apply(), boost::numeric::ublas::matrix_vector_prod2< M1, M2, TV >::apply(), boost::numeric::ublas::matrix_matrix_prod< M1, M2, TV >::apply(), boost::numeric::ublas::matrix_norm_1< M >::apply(), boost::numeric::ublas::matrix_norm_frobenius< M >::apply(), boost::numeric::ublas::matrix_norm_inf< M >::apply(), boost::proto::as_child(), boost::proto::as_env(), boost::proto::as_expr(), boost::proto::envns_::empty_env::at(), boost::numeric::ublas::axpy_prod(), boost::planar_dfs_visitor< LowPointMap, DFSParentMap, DFSNumberMap, LeastAncestorMap, DFSParentEdgeMap, SizeType >::back_edge(), boost::polygon::get_iterator_type_2< T, T2 >::begin(), boost::polygon::polygon_with_holes_traits< T, typename get_void< typename is_any_mutable_polygon_without_holes_type< T >::type >::type >::begin_holes(), boost::math::detail::beta_small_b_large_a_series(), boost::BOOST_concept(), boost::BOOST_JOIN(), BOOST_MEM_FN_NAME(), boost::BOOST_THREAD_DCL_MOVABLE_BEG(), boost::lockfree::queue< T, A0, A1, A2 >::bounded_push(), boost::spirit::traits::symbols_lookup< T, Attribute, Enable >::call(), boost::spirit::traits::symbols_lookup< Attribute, Attribute >::call(), boost::spirit::traits::symbols_value< Attribute, T, Enable >::call(), boost::spirit::karma::detail::duplicate_attribute< Attribute, T, N, false >::call(), boost::spirit::traits::assign_to_attribute_from_value< Attribute, lex::lexertl::token< Iterator, mpl::vector0<>, HasState, Idtype > >::call(), boost::spirit::traits::assign_to_attribute_from_value< Attribute, lex::lexertl::token< Iterator, mpl::vector<>, HasState, Idtype > >::call(), boost::spirit::traits::assign_to_attribute_from_value< Attribute, lex::lexertl::position_token< Iterator, AttributeTypes, HasState, Idtype > >::call(), boost::spirit::traits::assign_to_attribute_from_value< Attribute, lex::lexertl::position_token< Iterator, mpl::vector0<>, HasState, Idtype > >::call(), boost::spirit::traits::assign_to_attribute_from_value< Attribute, lex::lexertl::position_token< Iterator, mpl::vector<>, HasState, Idtype > >::call(), boost::spirit::traits::assign_to_attribute_from_value< Attribute, lex::lexertl::position_token< Iterator, mpl::vector1< Attr >, HasState, Idtype > >::call(), boost::spirit::traits::assign_to_attribute_from_value< Attribute, lex::lexertl::position_token< Iterator, mpl::vector< Attr >, HasState, Idtype > >::call(), boost::spirit::traits::symbols_lookup< utree, utf8_symbol_type >::call(), boost::spirit::traits::symbols_lookup< utf8_symbol_type, utf8_symbol_type >::call(), boost::spirit::traits::extract_from_container< utree, char >::call(), boost::spirit::traits::extract_from_container< utree, bool >::call(), boost::spirit::traits::extract_from_container< utree, int >::call(), boost::spirit::traits::extract_from_container< utree, double >::call(), boost::spirit::traits::extract_from_container< utree, std::basic_string< char, Traits, Alloc > >::call(), boost::spirit::traits::extract_from_container< utree, utf8_symbol_type >::call(), boost::spirit::traits::extract_from_container< utree, utf8_string_type >::call(), boost::chrono::ceil(), boost::numeric::ublas::scalar_traits< long double >::conj(), boost::foreach_detail_::contain(), boost::phoenix::as_actor< A >::convert(), boost::math::tools::detail::convert_to_long_result(), boost::create_condensation_graph(), boost::cref(), boost::xpressive::cref(), boost::assign::cref_list_of(), boost::serialization::access::destroy(), boost::wave::cpplexer::include_guards< Token >::detect_guard(), boost::graph::parallel::detail::do_brandes_sssp(), boost::serialization::void_cast_detail::void_caster_virtual_base< Derived, Base >::downcast(), boost::math::detail::ellint_e_imp(), boost::math::detail::ellint_pi_imp(), boost::polygon::get_iterator_type_2< T, T2 >::end(), boost::polygon::polygon_with_holes_traits< T, typename get_void< typename is_any_mutable_polygon_without_holes_type< T >::type >::type >::end_holes(), boost::serialization::ephemeral(), boost::re_detail::named_subexpressions::equal_range(), phoenix::unary_operator<post_incr_op, T >::eval(), phoenix::unary_operator<post_decr_op, T >::eval(), boost::math::detail::expint_i_113b(), boost::math::detail::expint_i_113c(), boost::math::detail::expint_i_113d(), boost::math::detail::expint_i_113e(), boost::math::detail::expint_i_113f(), boost::math::detail::expint_i_113g(), boost::math::detail::expint_i_113h(), boost::math::detail::expint_i_imp(), boost::math::detail::expint_i_imp_113a(), boost::graph::detail::face_handle< Graph, StoreOldHandlesPolicy, StoreEmbeddingPolicy >::face_handle(), boost::math::binomial_distribution< RealType, Policy >::find_lower_bound_on_p(), boost::math::binomial_distribution< RealType, Policy >::find_upper_bound_on_p(), boost::detail::graph::mutate_graph_impl< compressed_sparse_row_graph< Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex > >::finish_building_graph(), boost::chrono::floor(), boost::forward(), boost::random::seed_seq::generate(), boost::wave::context_policies::default_preprocessing_hooks::generated_token(), boost::iostreams::get(), boost::get(), boost::iostreams::detail::read_device_impl< istream_tag >::get(), boost::iostreams::detail::read_device_impl< streambuf_tag >::get(), boost::iostreams::detail::read_device_impl< input >::get(), boost::chrono::duration_get< CharT, InputIterator >::get(), phoenix::tuple_element< 0, TupleT >::get(), phoenix::tuple_element< 1, TupleT >::get(), phoenix::tuple_element< 2, TupleT >::get(), boost::type_erasure::get(), boost::date_time::time_input_facet< time_type, CharT, InItrT >::get(), boost::chrono::detail::time_get< CharT, InputIterator >::get_12_hour(), boost::chrono::detail::time_get< CharT, InputIterator >::get_day(), boost::chrono::detail::time_get< CharT, InputIterator >::get_day_year_num(), boost::re_detail::get_default_class_id(), boost::chrono::detail::time_get< CharT, InputIterator >::get_hour(), boost::re_detail::named_subexpressions::get_id(), boost::date_time::time_input_facet< time_type, CharT, InItrT >::get_local_time(), boost::chrono::detail::time_get< CharT, InputIterator >::get_minute(), boost::chrono::detail::time_get< CharT, InputIterator >::get_month(), boost::spirit::traits::detail::get_or_deref(), boost::get_owner_of_first_tuple_element< OwnerMap, Tuple >::get_owner(), boost::chrono::time_point_units_default< CharT >::get_pattern(), boost::chrono::duration_units_default< CharT >::get_pattern(), boost::multiprecision::cpp_bf_io_detail::get_round_mode(), boost::chrono::detail::time_get< CharT, InputIterator >::get_second(), boost::chrono::detail::time_get< CharT, InputIterator >::get_weekday(), boost::chrono::detail::time_get< CharT, InputIterator >::get_year4(), boost::tuples::detail::handle_width(), std::numeric_limits< boost::multiprecision::number< boost::multiprecision::mpfi_float_backend< Digits10 >, ExpressionTemplates > >::infinity(), boost::math::lanczos::lanczos_initializer< Lanczos, T >::init::init(), boost::numeric::ublas::inplace_solve(), boost::numeric::ublas::compressed_vector< T, IB, IA, TA >::insert_element(), boost::numeric::ublas::compressed_matrix< T, L, IB, IA, TA >::insert_element(), boost::re_detail::basic_regex_creator< charT, traits >::insert_state(), boost::detail::integer_log2_impl(), boost::date_time::period< point_rep, duration_rep >::is_before(), boost::is_straight_line_drawing(), boost::iterative_bit_vector_dominator_tree(), boost::math::tools::kahan_sum_series(), boost::math::detail::lgamma_imp(), boost::proto::lit(), boost::property_tree::load(), boost::serialization::load(), boost::archive::basic_binary_iprimitive< boost::archive::binary_iarchive, std::istream::char_type, std::istream::traits_type >::load(), boost::archive::basic_binary_iprimitive< Archive, Elem, Tr >::load_binary(), boost::local_time::local_date_time_base< utc_time_, tz_type >::local_date_time_base(), boost::date_time::second_clock< time_type >::local_time(), boost::loop_erased_random_walk(), boost::serialization::make_array(), boost::spirit::type_of::make_chain(), boost::fibonacci_heap< T, Compare, ID >::make_child(), boost::numeric::odeint::make_n_step_iterator_begin(), boost::numeric::odeint::make_n_step_time_iterator_begin(), boost::detail::make_non_const(), boost::serialization::make_nvp(), boost::serialization::make_pfto_wrapper(), boost::msm::front::euml::make_T(), boost::proto::detail::make_terminal(), boost::iterators::make_zip_iterator(), boost::metric_tsp_approx_from_vertex(), boost::move(), boost::move_if_not_lvalue_reference(), boost::math::detail::mult_minus_one(), boost::math::detail::non_central_t_cdf(), boost::math::detail::non_central_t_pdf(), boost::archive::version_type::operator base_type(), boost::archive::version_type::operator base_type &(), boost::date_time::time_itr< time_type >::operator!=(), boost::serialization::stl::archive_input_unordered_set< Archive, Container >::operator()(), boost::serialization::stl::archive_input_unordered_map< Archive, Container >::operator()(), boost::BOOST_RT_PARAM_NAMESPACE::cla::rt_cla_detail::assigner< T >::operator()(), boost::numeric::odeint::thrust_operations::scale_sum2< Fac1, Fac2 >::operator()(), boost::archive::iterators::detail::from_6_bit< CharType >::operator()(), boost::range_detail::forwarder< Holder >::operator()(), boost::serialization::stl::archive_input_seq< Archive, Container >::operator()(), boost::range_detail::forwarder2< Holder >::operator()(), boost::serialization::stl::archive_input_unordered_multiset< Archive, Container >::operator()(), boost::numeric::odeint::thrust_operations::scale_sum_swap2< Fac1, Fac2 >::operator()(), boost::range_detail::forwarder2TU< Holder >::operator()(), boost::serialization::stl::archive_input_unordered_multimap< Archive, Container >::operator()(), boost::serialization::stl::archive_input_map< Archive, Container >::operator()(), boost::numeric::odeint::thrust_operations::scale_sum3< Fac1, Fac2, Fac3 >::operator()(), boost::gil::planar_pixel_iterator< ChannelPtr, ColorSpace >::address_of::operator()(), boost::numeric::odeint::thrust_operations::scale_sum4< Fac1, Fac2, Fac3, Fac4 >::operator()(), boost::serialization::stl::archive_input_set< Archive, Container >::operator()(), boost::numeric::odeint::thrust_operations::scale_sum5< Fac1, Fac2, Fac3, Fac4, Fac5 >::operator()(), boost::numeric::odeint::thrust_operations::scale_sum6< Fac1, Fac2, Fac3, Fac4, Fac5, Fac6 >::operator()(), boost::random::mersenne_twister_engine< UIntType, w, n, m, r, a, u, d, s, b, t, c, l, f >::operator()(), boost::proto::functional::as_env::impl< T, B >::operator()(), boost::numeric::odeint::thrust_operations::scale_sum7< Fac1, Fac2, Fac3, Fac4, Fac5, Fac6, Fac7 >::operator()(), boost::proto::functional::as_env::impl< T, true >::operator()(), boost::proto::functional::as_env::operator()(), boost::numeric::odeint::thrust_operations::rel_error< Fac1 >::operator()(), boost::proto::_byref::operator()(), phoenix::construct_l< T >::operator()(), boost::math::detail::sample_size_func< RealType, Policy >::operator()(), boost::proto::_byval::operator()(), boost::test_tools::print_log_value< T >::operator()(), boost::test_tools::print_log_value< bool >::operator()(), phoenix::construct_1< T >::operator()(), phoenix::construct_2< T >::operator()(), phoenix::construct_3< T >::operator()(), boost::phoenix::custom_terminal< Tag, typename Tag::is_spirit_tag >::operator()(), boost::re_detail::format_functor_c_string< charT, Match, Traits >::operator()(), boost::re_detail::format_functor_container< Container, Match, Traits >::operator()(), boost::msm::back::state_machine< A0, A1, A2, A3, A4 >::serialize_state< Archive >::operator()(), boost::gil::operator*(), boost::math::tools::polynomial< T >::operator*=(), boost::edge_list_impl< G, EdgeIter, T, D >::edge_iterator::operator++(), boost::matrix_adj_iterator< Iter, Vertex >::operator++(), boost::matrix_incidence_iterator< Iter, Vertex >::operator++(), boost::detail::val_out_edge_iterator< V, Iter >::operator++(), boost::property_tree::operator/(), boost::gil::point2< std::ptrdiff_t >::operator/=(), boost::date_time::time_itr< time_type >::operator<(), boost::operator<<(), boost::spirit::operator<<(), boost::test_tools::operator<<(), boost::tuples::operator<<(), boost::locale::operator<<(), boost::date_time::time_itr< time_type >::operator<=(), boost::nfp::keyword< unique_id, false >::operator=(), boost::nfp::typed_keyword< T, unique_id, required >::operator=(), boost::date_time::time_itr< time_type >::operator==(), boost::date_time::time_itr< time_type >::operator>(), boost::date_time::time_itr< time_type >::operator>=(), boost::spirit::qi::plain_tokenid_mask< Mask >::parse(), boost::spirit::qi::plain_raw_token< TokenId >::parse(), boost::spirit::lex::detail::lexer_def_< lexer >::parse(), boost::spirit::lex::token_def< Attribute, Char, Idtype >::parse(), boost::spirit::qi::plain_token< TokenId >::parse(), boost::spirit::qi::plain_tokenid< TokenId >::parse(), boost::spirit::qi::plain_token_range< TokenId >::parse(), boost::spirit::qi::plain_tokenid_range< TokenId >::parse(), boost::re_detail::basic_regex_parser< charT, traits >::parse_perl_extension(), boost::spirit::traits::transform_attribute< utree const, char, karma::domain >::pre(), boost::spirit::traits::transform_attribute< utree const, bool, karma::domain >::pre(), boost::spirit::traits::transform_attribute< utree const, int, karma::domain >::pre(), boost::spirit::traits::transform_attribute< utree const, double, karma::domain >::pre(), boost::spirit::traits::transform_attribute< utree const, std::basic_string< char, Traits, Alloc >, karma::domain >::pre(), boost::spirit::traits::transform_attribute< utree const, utf8_string_type, karma::domain >::pre(), boost::spirit::traits::transform_attribute< utree const, utf8_symbol_type, karma::domain >::pre(), boost::test_tools::tt_detail::print_helper(), boost::graph::accounting::print_time(), boost::python::ptr(), boost::lockfree::queue< T, A0, A1, A2 >::push(), boost::lockfree::detail::compile_time_sized_ringbuffer< T, MaxSize >::push(), boost::lockfree::detail::runtime_sized_ringbuffer< T, Alloc >::push(), boost::lockfree::spsc_queue< T, A0, A1 >::push(), boost::numeric::ublas::compressed_vector< T, IB, IA, TA >::push_back(), boost::numeric::ublas::coordinate_vector< T, IB, IA, TA >::push_back(), boost::numeric::ublas::compressed_matrix< T, L, IB, IA, TA >::push_back(), boost::numeric::ublas::coordinate_matrix< T, L, IB, IA, TA >::push_back(), boost::math::quantile(), std::numeric_limits< boost::multiprecision::number< boost::multiprecision::mpfi_float_backend< Digits10 >, ExpressionTemplates > >::quiet_NaN(), boost::detail::r_c_shortest_paths_dispatch(), boost::numeric::ublas::scalar_traits< long double >::real(), boost::math::tools::real_cast(), boost::math::tools::real_cast< boost::math::ntl::RR, boost::math::ntl::RR >(), boost::math::tools::real_cast< double, mpfr_class >(), boost::math::tools::real_cast< float, mpfr_class >(), boost::math::tools::real_cast< int, mpfr_class >(), boost::math::tools::real_cast< long long, mpfr::mpreal >(), boost::math::tools::real_cast< long long, mpfr_class >(), boost::math::tools::real_cast< long, mpfr_class >(), boost::math::tools::real_cast< mpfr::mpreal, long long >(), boost::math::tools::real_cast< mpfr_class, long long >(), boost::math::tools::real_cast< unsigned, mpfr_class >(), boost::chrono::detail::reduce(), boost::chrono::chrono_detail::reduce(), boost::ref(), boost::xpressive::ref(), boost::assign::ref_list_of(), boost::require_boolean_expr(), boost::serialization::shared_ptr_helper< SPT >::reset(), boost::graph::parallel::detail::betweenness_centrality_delta_stepping_impl< Graph, DistanceMap, IncomingMap, EdgeWeightMap, PathCountMap >::run(), boost::math::detail::safe_max(), boost::math::detail::safe_min(), boost::property_tree::save(), boost::serialization::save(), boost::archive::basic_text_oprimitive< std::wostream >::save(), boost::archive::basic_text_oprimitive< std::wostream >::save_impl(), boost::mpi::packed_oarchive::save_override(), boost::numeric::ublas::blas_1::scal(), boost::serialization::serialize(), boost::serialization::array< T >::serialize_optimized(), boost::polygon::polygon_90_mutable_traits< T, enable >::set_compact(), boost::polygon::polygon_90_mutable_traits< T, typename gtl_same_type< polygon_concept, typename geometry_concept< T >::type >::type >::set_compact(), boost::polygon::set_compact(), boost::unit_test::ut_detail::delim_policy< iterator_value< Iter >::type, CharCompare >::set_delimeters(), boost::polygon::polygon_with_holes_mutable_traits< T, enable >::set_holes(), boost::polygon::set_holes(), boost::polygon::polygon_mutable_traits< T, enable >::set_points(), boost::polygon::set_points(), boost::adaptors::slice(), boost::multiprecision::sqrt(), boost::detail::stamp_times_with_vertex_vector(), boost::chrono::duration_units_default< CharT >::static_get_unit(), boost::sources::basic_severity_logger< BaseT, LevelT >::swap_unlocked(), boost::posix_time::to_iso_extended_string(), boost::posix_time::to_iso_extended_wstring(), boost::posix_time::to_iso_string(), boost::posix_time::to_iso_wstring(), boost::foreach_detail_::to_ptr(), boost::posix_time::to_simple_string(), boost::posix_time::to_simple_wstring(), boost::units::to_string(), boost::transitive_closure(), boost::planar_dfs_visitor< LowPointMap, DFSParentMap, DFSNumberMap, LeastAncestorMap, DFSParentEdgeMap, SizeType >::tree_edge(), boost::date_time::second_clock< time_type >::universal_time(), boost::math::tools::detail::unpack_0(), boost::lockfree::queue< T, A0, A1, A2 >::unsynchronized_push(), boost::unwrap_ref(), boost::serialization::void_cast_detail::void_caster_virtual_base< Derived, Base >::upcast(), boost::xpressive::val(), boost::numeric::odeint::detail::get_unit_value_impl< T, Enabler >::value(), boost::math::tools::stats< T >::variance(), and boost::math::tools::stats< T >::variance1().

Traits flyweight< T, Arg_1, Arg_2, Arg_3, Arg_4, Arg_5 > & boost::flyweights::x
Initial value:
{
typedef typename flyweight<
T,Arg_1,Arg_2,Arg_3,Arg_4,Arg_5
T
Definition: mem_fn_cc.hpp:25
value_type
Special integer values that can be used for formatting.
Definition: formatting.hpp:85

Referenced by boost::numeric::abs(), boost::date_time::absolute_value(), boost::math::acos(), boost::math::detail::acosh_imp(), boost::spirit::x3::tst_map< Char, T >::add(), boost::spirit::qi::tst_map< Char, T >::add(), boost::multiprecision::backends::add_unsigned(), boost::wave::util::mallocator< T >::address(), boost::math::airy_ai(), boost::math::airy_ai_prime(), boost::math::airy_bi(), boost::math::airy_bi_prime(), boost::gil::detail::construct_matched_t< N >::apply(), boost::geometry::detail::svg::svg_box< Box >::apply(), boost::math::asin(), boost::math::detail::asinh_imp(), boost::multiprecision::backends::assign_components(), boost::gil::image_view< Loc >::at(), boost::units::atan2(), boost::math::atanh(), boost::math::detail::atanh_imp(), boost::python::api::object_operators< U >::attr(), boost::back_move_inserter(), boost::multi_index::detail::hashed_index< KeyFromValue, Hash, Pred, SuperMeta, TagList, Category >::begin(), boost::range_detail_microsoft::customization< ::CString >::begin(), boost::math::detail::bessel_i0(), boost::math::detail::bessel_i1(), boost::bind1st(), boost::bind2nd(), boost::multiprecision::backends::bitwise_op(), boost::BOOST_concept(), boost::concepts::BOOST_concept(), boost::math::BOOST_NO_MACRO_EXPAND(), boost::random::linear_feedback_shift_engine< UIntType, w, k, q, s >::BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR(), boost::random::xor_combine_engine< URNG1, s1, URNG2, s2 >::BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR(), boost::random::independent_bits_engine< Engine, w, boost::multiprecision::number< Backend, ExpressionTemplates > >::BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR(), boost::random::shuffle_order_engine< UniformRandomNumberGenerator, k >::BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR(), boost::random::inversive_congruential_engine< IntType, a, b, p >::BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR(), boost::random::independent_bits_engine< Engine, w, UIntType >::BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR(), boost::random::additive_combine_engine< MLCG1, MLCG2 >::BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR(), boost::random::linear_feedback_shift_engine< UIntType, w, k, q, s >::BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR(), boost::random::inversive_congruential_engine< IntType, a, b, p >::BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR(), boost::random::linear_feedback_shift_engine< UIntType, w, k, q, s >::BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR(), boost::random::inversive_congruential_engine< IntType, a, b, p >::BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR(), boost::intrusive::bstree_algorithms< NodeTraits >::bounded_range(), boost::math::tools::brent_find_minima(), boost::multi_index::detail::hashed_index< KeyFromValue, Hash, Pred, SuperMeta, TagList, Category >::bucket_size(), boost::geometry::detail::point_on_surface::calculate_average(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::calculate_inv(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::calculate_sqrt(), boost::fusion::convert_iterator< Pos >::call(), boost::next_prior_detail::next_impl2< T, Distance >::call(), boost::next_prior_detail::next_impl1< T, Distance, true >::call(), boost::next_prior_detail::prior_impl3< T, Distance >::call(), boost::next_prior_detail::prior_impl3< T, Distance, PromotedDistance, true >::call(), boost::next_prior_detail::prior_impl1< T, Distance, true >::call(), boost::math::cdf(), boost::numeric::interval_lib::cerne(), boost::spirit::x3::changesign(), boost::math::detail::changesign_impl(), boost::math::detail::check_gamma_x(), boost::math::detail::check_inverse_gamma_x(), boost::math::detail::check_lognormal_x(), boost::math::detail::check_pareto_x(), boost::math::detail::check_triangular_x(), boost::math::detail::check_uniform_x(), boost::math::detail::check_weibull_x(), boost::math::hypergeometric_distribution< RealType, Policy >::check_x(), boost::math::beta_detail::check_x(), boost::checked_array_delete(), boost::checked_delete(), boost::python::converter::pyobject_traits< PyObject >::checked_downcast(), boost::chrobak_payne_straight_line_drawing(), boost::spirit::x3::tst_map< Char, T >::clear(), boost::spirit::qi::tst_map< Char, T >::clear(), boost::color_edge(), boost::graph::distributed::connected_components(), boost::io::detail::const_or_not(), boost::math::concepts::DistributionConcept< Distribution >::constraints(), boost::gil::MutableHomogeneousColorBaseConcept< ColorBase >::constraints(), boost::relaxed_heap< vertex_descriptor, queue_compare_type, VertexIndexMap >::contains(), phoenix::as_actor< T >::convert(), phoenix::as_actor< T[N]>::convert(), phoenix::as_actor< actor< BaseT > >::convert(), boost::python::detail::convert_result(), boost::math::cos_pi(), boost::math::detail::cos_pi_imp(), boost::multi_index::detail::hashed_index< KeyFromValue, Hash, Pred, SuperMeta, TagList, Category >::count(), boost::math::cyl_bessel_i(), boost::math::detail::cyl_bessel_i_imp(), boost::math::cyl_bessel_i_prime(), boost::math::detail::cyl_bessel_i_prime_imp(), boost::math::cyl_bessel_j(), boost::math::detail::cyl_bessel_j_imp(), boost::math::cyl_bessel_j_prime(), boost::math::detail::cyl_bessel_j_prime_imp(), boost::math::cyl_bessel_k(), boost::math::detail::cyl_bessel_k_imp(), boost::math::cyl_bessel_k_prime(), boost::math::detail::cyl_bessel_k_prime_imp(), boost::math::cyl_hankel_1(), boost::math::cyl_hankel_2(), boost::math::cyl_neumann(), boost::math::detail::cyl_neumann_imp(), boost::math::cyl_neumann_prime(), boost::math::detail::cyl_neumann_prime_imp(), boost::multi_index::detail::sequenced_index< SuperMeta, TagList >::delete_all_nodes_(), boost::multi_index::detail::random_access_index< SuperMeta, TagList >::delete_all_nodes_(), boost::multi_index::detail::hashed_index< KeyFromValue, Hash, Pred, SuperMeta, TagList, Category >::delete_all_nodes_(), boost::spirit::type_of::depend_on_type(), boost::exception_detail::error_info_container_impl::diagnostic_information(), boost::math::detail::digamma_imp(), boost::math::detail::digamma_imp_large(), boost::iterators::detail::iterator_distance< Difference, Incrementable1, Incrementable2 >::distance(), boost::io::detail::distribute(), boost::multiprecision::backends::divide_unsigned_helper(), boost::graph::parallel::detail::do_brandes_sssp(), boost::numeric::odeint::implicit_euler_mtl4< ValueType, Resizer >::do_step(), boost::python::api::do_unforward_cref(), boost::python::objects::function::doc(), boost::down_heap(), boost::python::downcast(), boost::edge_length(), boost::math::detail::ellint_e_imp(), boost::math::detail::ellint_k_imp(), boost::math::detail::ellint_pi_imp(), boost::math::detail::ellint_rc_imp(), boost::math::detail::ellint_rd_imp(), boost::math::detail::ellint_rf_imp(), boost::math::detail::ellint_rj_imp(), boost::multi_index::multi_index_container< adjacency_list_traits< listS, listS, bidirectionalS, listS >::vertex_descriptor, multi_index::indexed_by< multi_index::hashed_unique< multi_index::tag< vertex_name_t >, extract_name_from_vertex > > >::emplace_(), boost::multi_index::multi_index_container< adjacency_list_traits< listS, listS, bidirectionalS, listS >::vertex_descriptor, multi_index::indexed_by< multi_index::hashed_unique< multi_index::tag< vertex_name_t >, extract_name_from_vertex > > >::emplace_hint_(), boost::filesystem::path_traits::empty(), boost::enable_current_exception(), boost::range_detail_microsoft::customization< ATL::CComBSTR >::end(), boost::range_detail_microsoft::customization< ::CString >::end(), boost::wave::util::unput_queue_iterator< IteratorT, TokenT, ContainerT >::equal(), boost::multi_index::detail::hashed_index< KeyFromValue, Hash, Pred, SuperMeta, TagList, Category >::equal_range(), boost::ptr_container_detail::ptr_set_adapter_base< Key, std::set< void *, void_ptr_indirect_fun< Compare, Key >, Allocator >, CloneAllocator, Ordered >::erase(), boost::multi_index::detail::hashed_index< KeyFromValue, Hash, Pred, SuperMeta, TagList, Category >::erase(), boost::intrusive::bstree_algorithms< NodeTraits >::erase(), boost::graph_detail::erase_dispatch(), boost::math::detail::erf_imp(), boost::math::detail::erf_inv_imp(), boost::multiprecision::backends::eval_abs(), boost::multiprecision::backends::eval_add(), boost::multiprecision::backends::eval_ceil(), boost::multiprecision::backends::eval_divide(), boost::multiprecision::backends::eval_fabs(), boost::multiprecision::backends::eval_floor(), boost::multiprecision::backends::eval_frexp(), boost::multiprecision::backends::eval_ldexp(), boost::multiprecision::backends::eval_multiply(), boost::multiprecision::backends::eval_sqrt(), boost::multiprecision::backends::eval_subtract(), boost::multiprecision::backends::eval_trunc(), boost::python::detail::upcaster< is_same >::execute(), boost::mpl::aux::for_each_impl< false >::execute(), boost::python::expect_non_null(), boost::math::detail::expm1_imp(), boost::python::container_utils::extend_container(), boost::disjoint_sets_with_storage< ID, InverseID, FindCompress >::extend_sets(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::extract_integer_part(), boost::boyer_myrvold_impl< Graph, VertexIndexMap, StoreOldHandlesPolicy, StoreEmbeddingPolicy >::extract_kuratowski_subgraph(), boost::math::detail::falling_factorial_imp(), boost::io::detail::feed(), boost::io::detail::feed_impl(), boost::multi_index::detail::hashed_index< KeyFromValue, Hash, Pred, SuperMeta, TagList, Category >::find(), boost::math::detail::finite_gamma_q(), boost::math::detail::finite_half_gamma_q(), boost::math::detail::float_distance_imp(), boost::spirit::x3::tst_map< Char, T >::for_each(), boost::spirit::qi::tst_map< Char, T >::for_each(), boost::gil::for_each_pixel_position(), boost::numeric::interval_lib::rounding_control< T >::force_rounding(), boost::front_move_inserter(), boost::math::detail::gamma_incomplete_imp(), boost::math::detail::gamma_p_derivative_imp(), boost::random::detail::unit_normal_distribution< RealType >::generate_tail(), boost::exception_detail::get_info< ErrorInfo >::get(), boost::exception_detail::get_info< throw_function >::get(), boost::graph::get(), boost::exception_detail::get_info< throw_file >::get(), boost::exception_detail::get_info< throw_line >::get(), boost::get(), boost::detail::parallel::get(), boost::get_error_info(), boost::chrono::duration_get< CharT, InputIterator >::get_unit(), boost::global(), boost::math::detail::guess_ig(), boost::hash_value(), boost::math::detail::hermite_imp(), boost::numeric::hull(), boost::math::detail::hypot_imp(), boost::math::detail::ibeta_derivative_imp(), boost::math::detail::ibeta_imp(), boost::implicit_cast(), boost::numeric::in_zero(), boost::parameter::python::aux::initialize_converter(), boost::flyweights::assoc_container_factory_class< std::set< Entry, boost::mpl::if_< mpl::is_na< Compare >, std::less< Key >, Compare >::type, boost::mpl::if_< mpl::is_na< Allocator >, std::allocator< Entry >, Allocator >::type > >::insert(), boost::flyweights::hashed_factory_class< Entry, Key, Hash, Pred, Allocator >::insert(), boost::ptr_set_adapter< Key, std::set< void *, void_ptr_indirect_fun< Compare, Key >, Allocator >, CloneAllocator, true >::insert(), boost::multi_index::multi_index_container< adjacency_list_traits< listS, listS, bidirectionalS, listS >::vertex_descriptor, multi_index::indexed_by< multi_index::hashed_unique< multi_index::tag< vertex_name_t >, extract_name_from_vertex > > >::insert_(), boost::intrusive::bstree_algorithms< NodeTraits >::insert_equal_lower_bound_check(), boost::intrusive::bstree_algorithms< NodeTraits >::insert_equal_upper_bound_check(), boost::graph_detail::insert_labeled_vertex(), boost::multi_index::multi_index_container< adjacency_list_traits< listS, listS, bidirectionalS, listS >::vertex_descriptor, multi_index::indexed_by< multi_index::hashed_unique< multi_index::tag< vertex_name_t >, extract_name_from_vertex > > >::insert_ref_(), boost::intrusive::bstree_algorithms< NodeTraits >::insert_unique_check(), boost::detail::win32::interlocked_bit_test_and_reset(), boost::detail::win32::interlocked_bit_test_and_set(), boost::detail::interlocked_read_acquire(), boost::detail::interlocked_write_release(), boost::chrono::detail::internal_gmtime(), boost::math::binomial_detail::inverse_binomial_cornish_fisher(), boost::range::iota(), boost::numeric::interval_lib::checking_base< T >::is_nan(), boost::is_straight_line_drawing(), boost::math::detail::isnan_impl(), boost::math::detail::isnormal_impl(), boost::math::detail::jacobi_recurse(), boost::math::kurtosis_excess(), boost::math::detail::laguerre_imp(), boost::math::detail::legendre_imp(), boost::math::detail::legendre_p_imp(), boost::archive::basic_binary_iarchive< binary_wiarchive >::load_override(), boost::mpi::packed_iarchive::load_override(), boost::local(), boost::math::detail::log1p_imp(), boost::math::log1pmx(), boost::numeric::odeint::make_adaptive_iterator_begin(), boost::numeric::odeint::make_adaptive_iterator_end(), boost::numeric::odeint::make_adaptive_time_iterator_begin(), boost::numeric::odeint::make_adaptive_time_iterator_end(), boost::numeric::odeint::make_const_step_iterator_begin(), boost::numeric::odeint::make_const_step_iterator_end(), boost::numeric::odeint::make_const_step_time_iterator_begin(), boost::numeric::odeint::make_const_step_time_iterator_end(), boost::iterators::make_filter_iterator(), boost::python::detail::make_function1(), boost::iterators::make_indirect_iterator(), boost::numeric::odeint::make_n_step_iterator_begin(), boost::numeric::odeint::make_n_step_iterator_end(), boost::numeric::odeint::make_n_step_time_iterator_begin(), boost::numeric::odeint::make_n_step_time_iterator_end(), boost::iterators::make_reverse_iterator(), boost::disjoint_sets_with_storage< ID, InverseID, FindCompress >::make_set(), boost::numeric::odeint::make_times_iterator_begin(), boost::numeric::odeint::make_times_iterator_end(), boost::numeric::odeint::make_times_time_iterator_begin(), boost::numeric::odeint::make_times_time_iterator_end(), boost::multiprecision::miller_rabin_test(), boost::detail::min_with_compare(), boost::multi_index::detail::ordered_index< KeyFromValue, Compare, SuperMeta, TagList, Category >::modify_(), boost::multi_index::detail::ordered_index< KeyFromValue, Compare, SuperMeta, TagList, Category >::modify_rollback_(), boost::container::container_detail::vector_alloc_holder< Allocator, alloc_version >::move_from_empty(), boost::move_if_noexcept(), boost::move_inserter(), boost::gil::detail::mutable_max(), boost::next(), boost::math::detail::non_central_chi_square_p(), boost::math::detail::non_central_t_cdf(), boost::math::detail::non_central_t_pdf(), boost::numeric::nth_root(), boost::python::api::object_operators< U >::operator bool_type(), boost::python::api::object_operators< U >::operator!(), boost::spirit::parser_id::operator!=(), boost::edge_list_impl< G, EdgeIter, T, D >::edge_iterator::operator!=(), boost::matrix_adj_iterator< Iter, Vertex >::operator!=(), boost::matrix_incidence_iterator< Iter, Vertex >::operator!=(), boost::detail::val_out_edge_iterator< V, Iter >::operator!=(), boost::operator!=(), boost::logic::operator!=(), boost::movelib::operator!=(), boost::spirit::operator!=(), boost::unordered::operator!=(), boost::multi_index::operator!=(), boost::basic_format< Ch, Tr, Alloc >::operator%(), boost::spirit::support::detail::basic_chset< char_type >::operator&=(), boost::rank_comparison< ItemToRankMap >::operator()(), boost::parallel::maximum< T >::operator()(), boost::range_detail::replace_value_if< Pred, Value >::operator()(), boost::range_detail::replace_value< Value >::operator()(), boost::fusion::detail::addref::operator()(), boost::mpi::maximum< T >::operator()(), boost::multi_index::detail::const_identity_base< Type >::operator()(), boost::multi_index::detail::const_ref_global_fun_base< Value, Type, PtrToFunction >::operator()(), boost::fusion::detail::addconstref::operator()(), boost::spirit::qi::error_handler< Iterator, Context, Skipper, F, action >::operator()(), boost::python::override::operator()(), boost::multi_index::detail::non_const_identity_base< Type >::operator()(), boost::multi_index::detail::non_const_ref_global_fun_base< Value, Type, PtrToFunction >::operator()(), boost::multi_index::detail::non_ref_global_fun_base< Value, Type, PtrToFunction >::operator()(), boost::gil::default_color_converter_impl< rgb_t, cmyk_t >::operator()(), boost::random::geometric_distribution< IntType, RealType >::operator()(), boost::random::uniform_on_sphere< RealType, Cont >::operator()(), boost::random::gamma_distribution< RealType >::operator()(), boost::multi_index::detail::const_member_offset_base< Class, Type, OffsetOfMember >::operator()(), boost::multi_index::detail::non_const_member_offset_base< Class, Type, OffsetOfMember >::operator()(), boost::random::detail::unit_normal_distribution< RealType >::operator()(), boost::property_writer< PA, OutputIterator, Tag >::operator()(), boost::gil::detail::inc< T >::operator()(), boost::gil::detail::dec< T >::operator()(), boost::mem_fun1_t< S, T, A >::operator()(), boost::const_mem_fun1_t< S, T, A >::operator()(), boost::mem_fun1_ref_t< S, T, A >::operator()(), boost::const_mem_fun1_ref_t< S, T, A >::operator()(), boost::hash< T * >::operator()(), boost::local_vertex< OwnerMap, ProcessId >::operator()(), boost::numeric::operator*(), boost::numeric::operator+(), boost::operator+(), boost::container::operator+(), boost::small_world_iterator< RandomGenerator, Graph >::operator++(), boost::out_directed_plod_iterator< RandomGenerator >::operator++(), boost::parameter::python::aux::no_keywords::operator,(), boost::numeric::operator-(), boost::container::container_detail::deque_iterator< val_alloc_ptr, false >::operator-(), boost::iterators::detail::iterator_facade_base< Derived, Value, CategoryOrTraversal, Reference, Difference, true, true >::operator-(), boost::numeric::operator/(), operator<(), boost::operator<(), boost::multi_index::operator<(), boost::io::detail::operator<<(), boost::logic::operator<<(), boost::operator<<(), boost::operator<=(), boost::movelib::operator<=(), boost::spirit::operator<=(), boost::multi_index::operator<=(), boost::intrusive::operator<=(), boost::container::operator<=(), boost::basic_format< Ch, Tr, Alloc >::operator=(), boost::matrix_adj_iterator< Iter, Vertex >::operator=(), boost::matrix_incidence_iterator< Iter, Vertex >::operator=(), boost::back_move_insert_iterator< C >::operator=(), boost::iterators::detail::writable_postfix_increment_proxy< Iterator >::operator=(), boost::container::set< Key, Compare, Allocator, SetOptions >::operator=(), boost::container::flat_set< Key, Compare, Allocator >::operator=(), boost::flyweights::flyweight< T, Arg1, Arg2, Arg3, Arg4, Arg5 >::operator=(), boost::front_move_insert_iterator< C >::operator=(), boost::container::map< const sync_id *, umap_type::iterator, address_less >::operator=(), boost::move_insert_iterator< C >::operator=(), boost::container::flat_map< Key, T, Compare, Allocator >::operator=(), boost::multi_index::multi_index_container< adjacency_list_traits< listS, listS, bidirectionalS, listS >::vertex_descriptor, multi_index::indexed_by< multi_index::hashed_unique< multi_index::tag< vertex_name_t >, extract_name_from_vertex > > >::operator=(), boost::container::list< T, Allocator >::operator=(), boost::container::deque< T, Allocator >::operator=(), boost::container::stable_vector< T, Allocator >::operator=(), boost::container::basic_string< CharT, Traits, Allocator >::operator=(), boost::container::flat_multimap< Key, T, Compare, Allocator >::operator=(), boost::edge_list_impl< G, EdgeIter, T, D >::edge_iterator::operator==(), boost::matrix_adj_iterator< Iter, Vertex >::operator==(), boost::matrix_incidence_iterator< Iter, Vertex >::operator==(), boost::detail::val_out_edge_iterator< V, Iter >::operator==(), operator==(), boost::logic::operator==(), boost::movelib::operator==(), boost::unordered::operator==(), boost::multi_index::operator==(), boost::operator==(), boost::operator>(), boost::movelib::operator>(), boost::spirit::operator>(), boost::multi_index::operator>(), boost::multi_index::detail::operator>(), boost::intrusive::operator>(), boost::container::operator>(), boost::operator>=(), boost::movelib::operator>=(), boost::spirit::operator>=(), boost::multi_index::operator>=(), boost::operator>>(), boost::math::operator>>(), boost::matrix_property_map< Graph, Key, Matrix >::operator[](), boost::property_map_tuple_adaptor< TupleType, N, PropertyMapWrapper >::operator[](), boost::python::api::object_operators< U >::operator[](), boost::filtered_graph< DistributedGraph, is_local_edge< DistributedGraph >, is_local_vertex< DistributedGraph > >::operator[](), boost::subgraph< Graph >::operator[](), boost::leda_graph_data_map< Data, DataRef, GraphPtr >::operator[](), boost::spirit::support::detail::basic_chset< char_type >::operator^=(), boost::logic::operator||(), boost::optional_detail::swap_selector< true >::optional_swap(), boost::out_directed_plod_iterator< RandomGenerator >::out_directed_plod_iterator(), boost::spirit::x3::guard< Subject, Handler >::parse(), boost::math::pdf(), boost::random::piecewise_linear_distribution< RealType >::piecewise_linear_distribution(), boost::planar_canonical_ordering(), boost::polymorphic_cast(), boost::polymorphic_downcast(), boost::relaxed_heap< vertex_descriptor, queue_compare_type, VertexIndexMap >::pop(), boost::numeric::interval_lib::poseq(), boost::numeric::interval_lib::posne(), boost::numeric::pow(), boost::numeric::interval_lib::detail::pow_dn(), boost::numeric::interval_lib::detail::pow_up(), boost::multiprecision::powm(), boost::intrusive::bstree_algorithms< NodeTraits >::prev_node(), boost::fibonacci_heap< T, Compare, ID >::print_recur(), boost::prior(), boost::bucket_sorter< size_type, vertex_t, DegreeMap, VertexIndexMap >::push(), boost::bucket_sorter< BucketType, ValueType, Bucket, ValueIndexMap >::stack::push(), boost::mutable_queue< IndexedType, RandomAccessContainer, Comp, ID >::push(), boost::relaxed_heap< vertex_descriptor, queue_compare_type, VertexIndexMap >::push(), boost::graph::put(), boost::io::detail::put_last(), boost::math::quantile(), boost::random_access_readable_iterator_test(), boost::ball_topology< 3, RandomNumberGenerator >::random_point(), boost::detail::crc_helper< Bits, false >::reflect(), boost::bucket_sorter< size_type, vertex_t, DegreeMap, VertexIndexMap >::remove(), boost::relaxed_heap< vertex_descriptor, queue_compare_type, VertexIndexMap >::remove(), boost::flyweights::detail::optimized_key_value< Key, Value, KeyFromValue >::rep_type::rep_type(), boost::multi_index::detail::ordered_index< KeyFromValue, Compare, SuperMeta, TagList, Category >::replace_(), boost::require_boolean_expr(), boost::numeric::odeint::resize_impl< mpi_state< InnerState1 >, mpi_state< InnerState2 > >::resize(), boost::bimaps::container_adaptor::vector_adaptor< Base, Iterator, ConstIterator, ReverseIterator, ConstReverseIterator, IteratorToBaseConverter, IteratorFromBaseConverter, ReverseIteratorFromBaseConverter, ValueToBaseConverter, ValueFromBaseConverter, FunctorsFromDerivedClasses >::resize(), boost::bimaps::container_adaptor::sequence_container_adaptor< Base, Iterator, ConstIterator, ReverseIterator, ConstReverseIterator, IteratorToBaseConverter, IteratorFromBaseConverter, ReverseIteratorFromBaseConverter, ValueToBaseConverter, ValueFromBaseConverter, FunctorsFromDerivedClasses >::resize(), boost::numeric::interval_lib::detail::root_aux_dn(), boost::numeric::interval_lib::detail::root_aux_up(), boost::graph::parallel::detail::betweenness_centrality_delta_stepping_impl< Graph, DistanceMap, IncomingMap, EdgeWeightMap, PathCountMap >::run(), boost::numeric::odeint::same_size_impl< mpi_state< InnerState1 >, mpi_state< InnerState2 > >::same_size(), boost::mpi::packed_oarchive::save_override(), boost::exception_detail::error_info_container_impl::set(), boost::exception_detail::set_info(), boost::side_length(), boost::geometry::strategy::side::side_by_triangle< CalculationType >::side_value(), boost::spirit::x3::signbit(), boost::math::sin_pi(), boost::math::detail::sin_pi_imp(), boost::math::sinc_pi(), boost::math::detail::sinc_pi_imp(), boost::math::sinhc_pi(), boost::math::detail::sinhc_pi_imp(), boost::mpi::skeleton(), boost::python::api::object_operators< U >::slice(), boost::math::sph_bessel(), boost::math::detail::sph_bessel_j_imp(), boost::math::detail::sph_bessel_j_prime_imp(), boost::math::sph_bessel_prime(), boost::math::sph_neumann(), boost::math::detail::sph_neumann_imp(), boost::math::sph_neumann_prime(), boost::math::detail::sph_neumann_prime_imp(), boost::math::detail::spherical_harmonic_prefix(), boost::container::list< T, Allocator >::splice(), boost::intrusive::slist_impl< ValueTraits, SizeType, BoolFlags, HeaderHolder >::splice_after(), boost::multiprecision::sqrt(), boost::multiprecision::backends::subtract_unsigned(), std::swap(), boost::scoped_thread< CallableThread >::swap(), boost::container::container_detail::vector_alloc_holder< Allocator, alloc_version >::swap(), boost::movelib::swap(), boost::unordered::swap(), boost::spirit::swap(), boost::container::deque_base< Allocator >::swap_members(), boost::detail::test_errors(), boost::math::detail::tgamma_ratio_imp(), boost::numeric::interval_lib::rounding_control< T >::to_int(), boost::to_string(), boost::gil::transform_pixel_positions(), boost::gil::transform_pixels(), boost::undirected_plod_iterator< RandomGenerator >::undirected_plod_iterator(), boost::intrusive::avltree_algorithms< NodeTraits >::unlink(), boost::intrusive::treap_algorithms< NodeTraits >::unlink(), boost::intrusive::rbtree_algorithms< NodeTraits >::unlink(), boost::intrusive::bstree_algorithms< NodeTraits >::unlink(), boost::unsafe_serialize(), boost::up_heap(), boost::bucket_sorter< size_type, vertex_t, DegreeMap, VertexIndexMap >::update(), boost::mutable_queue< IndexedType, RandomAccessContainer, Comp, ID >::update(), boost::relaxed_heap< vertex_descriptor, queue_compare_type, VertexIndexMap >::update(), boost::math::detail::verify_exp_x(), boost::math::detail::verify_rayleigh_x(), and boost::writable_iterator_traversal_test().