boost Namespace Reference

Namespaces

 process
 
 program_options
 

Classes

struct  graph_mutability_traits< PCG >
 
struct  property_map< PCG, vertex_bundle_t >
 
class  shared_ptr
 
struct  vertex_confidence_t
 
struct  vertex_timestamp_t
 

Typedefs

template<int N, class... Ts>
using NthTypeOf = typename std::tuple_element< N, std::tuple< Ts... > >::type
 

Functions

void assertion_failed (char const *expr, char const *function, char const *file, long line)
 
void assertion_failed_msg (char const *expr, char const *msg, char const *function, char const *file, long line)
 
template<int N, class... Ts>
auto & get_index (boost::variant< Ts... > &v)
 
template<int N, class... Ts>
const auto & get_index (const boost::variant< Ts... > &v)
 
template<typename Directed , typename Vertex , PCG_PARAMS >
Vertex source (const detail::edge_base< Directed, Vertex > &e, const PCG &)
 
template<typename Directed , typename Vertex , PCG_PARAMS >
Vertex target (const detail::edge_base< Directed, Vertex > &e, const PCG &)
 

Typedef Documentation

◆ NthTypeOf

using NthTypeOf = typename std::tuple_element<N, std::tuple<Ts...> >::type

Definition at line 32 of file variant.h.

Function Documentation

◆ assertion_failed()

void boost::assertion_failed ( char const *  expr,
char const *  function,
char const *  file,
long  line 
)

Definition at line 43 of file BoostAssertionHandler.cpp.

+ Here is the call graph for this function:

◆ assertion_failed_msg()

void boost::assertion_failed_msg ( char const *  expr,
char const *  msg,
char const *  function,
char const *  file,
long  line 
)

Definition at line 51 of file BoostAssertionHandler.cpp.

+ Here is the call graph for this function:

◆ get_index() [1/2]

auto& boost::get_index ( boost::variant< Ts... > &  v)

Definition at line 35 of file variant.h.

+ Here is the call graph for this function:

◆ get_index() [2/2]

const auto& boost::get_index ( const boost::variant< Ts... > &  v)

Definition at line 42 of file variant.h.

+ Here is the call graph for this function:

◆ source()

Vertex boost::source ( const detail::edge_base< Directed, Vertex > &  e,
const PCG  
)
inline

Definition at line 681 of file point_cloud_graph.h.

◆ target()

Vertex boost::target ( const detail::edge_base< Directed, Vertex > &  e,
const PCG  
)
inline

Definition at line 688 of file point_cloud_graph.h.