Canton of Roquevaire

The Canton of Roquevaire is a former canton located within the Bouches-du-Rhône department of France. It was disbanded following the French canton reorganisation which came into effect in March 2015.

Roquevaire
Former canton
CountryFrance
RegionProvence-Alpes-Côte d'Azur
DepartmentBouches-du-Rhône
No. of communes9
Disbanded2015
SeatRoquevaire
Population
 (2004)
  Total39,318

Elected to represent the canton in the General Council of Bouches-du-Rhône :

  • Francis Pellissier (PC, 2001-2008)

Area

It was composed of the communes Auriol, Belcodène, La Bouilladisse, Cadolive, La Destrousse, Gréasque, Peypin, Roquevaire and Saint-Savournin.

gollark: I was lazy, so it reads (can read) slightly outside of the LTS buffer.
gollark: I think `lts_length` is technically capable of causing segfaults in some situations too.
gollark: ```c#define REP(x) x x x x#define T1 "a"#define T2 REP(T1)#define T3 REP(T2)#define T4 REP(T3)#define T5 REP(T4)#define T6 REP(T5)#define T7 REP(T6)```This was part of my failed plan to implement hyperoperations in the preprocessor.
gollark: I said length TERMINATED.
gollark: ```cchar * lts_to_nullterminated(const char * apioform) { uint32_t len = lts_length(apioform); char * bee = malloc(len + 1); memcpy(bee, apioform, len); bee[len] = 0; // for purposes only return bee;}```Gaze upon my wondrous code.

See also

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.