Cite This Page
- Page name: Boost shared pointers
- Author: Inkscape Wiki contributors
- Publisher: Inkscape Wiki, .
- Date of last revision: 13 November 2013 17:02 UTC
- Date retrieved: 22 May 2021 22:13 UTC
- Permanent URL: https://wiki.inkscape.org/wiki/index.php?title=Boost_shared_pointers&oldid=89396
- Page Version ID: 89396
APA style
Boost shared pointers. (2013, November 13). Inkscape Wiki, . Retrieved 22:13, May 22, 2021 from https://wiki.inkscape.org/wiki/index.php?title=Boost_shared_pointers&oldid=89396.
MLA style
"Boost shared pointers." Inkscape Wiki, . 13 Nov 2013, 17:02 UTC. 22 May 2021, 22:13 <https://wiki.inkscape.org/wiki/index.php?title=Boost_shared_pointers&oldid=89396>.
MHRA style
Inkscape Wiki contributors, 'Boost shared pointers', Inkscape Wiki, , 13 November 2013, 17:02 UTC, <https://wiki.inkscape.org/wiki/index.php?title=Boost_shared_pointers&oldid=89396> [accessed 22 May 2021]
Chicago style
Inkscape Wiki contributors, "Boost shared pointers," Inkscape Wiki, , https://wiki.inkscape.org/wiki/index.php?title=Boost_shared_pointers&oldid=89396 (accessed May 22, 2021).
CBE/CSE style
Inkscape Wiki contributors. Boost shared pointers [Internet]. Inkscape Wiki, ; 2013 Nov 13, 17:02 UTC [cited 2021 May 22]. Available from: https://wiki.inkscape.org/wiki/index.php?title=Boost_shared_pointers&oldid=89396.
Bluebook style
Boost shared pointers, https://wiki.inkscape.org/wiki/index.php?title=Boost_shared_pointers&oldid=89396 (last visited May 22, 2021).
BibTeX entry
@misc{ wiki:xxx,
author = "Inkscape Wiki",
title = "Boost shared pointers --- Inkscape Wiki{,} ",
year = "2013",
url = "https://wiki.inkscape.org/wiki/index.php?title=Boost_shared_pointers&oldid=89396",
note = "[Online; accessed 22-May-2021]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "Inkscape Wiki",
title = "Boost shared pointers --- Inkscape Wiki{,} ",
year = "2013",
url = "\url{https://wiki.inkscape.org/wiki/index.php?title=Boost_shared_pointers&oldid=89396}",
note = "[Online; accessed 22-May-2021]"
}